Facebook:isSessionValid

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Checks if the access token is available and has not expired.<br /> <br /> <source lang="lua">...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2012.09

Description


Checks if the access token is available and has not expired.

(bool), = Facebook:isSessionValid()

Returns (bool) `true` if the access token is valid, `false` otherwise.