Difference between revisions of "Facebook:isSessionValid"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.09<br/> | '''Available since:''' Gideros 2012.09<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Checks if the access token is available and has not expired.<br /> | Checks if the access token is available and has not expired.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(bool) = Facebook:isSessionValid() | (bool) = Facebook:isSessionValid() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (bool) | + | '''Returns''' (bool) <translate>[[[true` if the access token is valid, `false]]] otherwise.</translate><br/> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2012.09
Description
Checks if the access token is available and has not expired.
(bool) = Facebook:isSessionValid()
Return values
Returns (bool) [[[true` if the access token is valid, `false]]] otherwise.