Difference between revisions of "Facebook:isSessionValid"

From GiderosMobile
Line 9: Line 9:
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (bool) <translate>[[true` if the access token is valid, `false]] otherwise.</translate><br/>
+
'''Returns''' (bool) <translate>[[true]] if the access token is valid, [[false]] otherwise.</translate><br/>

Revision as of 15:07, 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.