Difference between revisions of "Facebook:isSessionValid"
From GiderosMobile
Line 8: | Line 8: | ||
(bool) = Facebook:isSessionValid() | (bool) = Facebook:isSessionValid() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (bool) `true` if the access token is valid, `false` otherwise.<br/> | '''Returns''' (bool) `true` if the access token is valid, `false` otherwise.<br/> |
Revision as of 10:39, 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.