Difference between revisions of "Facebook:authorize"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Starts the authorization flow for the user with the requested permissions.<br /> <br /> <sourc...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Facebook:authorize(permissions) | |
</source> | </source> | ||
− | '''permissions | + | '''permissions''': (table, optional) An array of the requested permissions. ''''''<br/> |
Revision as of 10:17, 23 August 2018
Available since: Gideros 2012.09
Description
Starts the authorization flow for the user with the requested permissions.
Facebook:authorize(permissions)
'permissions: (table, optional) An array of the requested permissions. '