Difference between revisions of "Facebook:getExpirationDate"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 7: | Line 7: | ||
Returns the expiration date;<br /> | Returns the expiration date;<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
(string) = Facebook:getExpirationDate() | (string) = Facebook:getExpirationDate() | ||
</source> | </source> | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
'''<translate>Returns</translate>''' (string) <translate>The expiration date if it's set, ''nil'' otherwise.</translate><br/> | '''<translate>Returns</translate>''' (string) <translate>The expiration date if it's set, ''nil'' otherwise.</translate><br/> |
Revision as of 14:28, 13 July 2023
Available since: Gideros 2012.09
Class: Facebook
Description
Returns the expiration date;
<syntaxhighlight lang="lua">
(string) = Facebook:getExpirationDate()
</source>
Return values
Returns (string) The expiration date if it's set, nil otherwise.