Difference between revisions of "Facebook:authorize"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.09<br/> | + | '''<translate>Available since</translate>:''' Gideros 2012.09<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Starts the authorization flow for the user with the requested permissions.<br /> | Starts the authorization flow for the user with the requested permissions.<br /> | ||
Line 8: | Line 8: | ||
Facebook:authorize(permissions) | Facebook:authorize(permissions) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''permissions''': (table, optional) <translate>An array of the requested permissions.</translate> <br/> | '''permissions''': (table, optional) <translate>An array of the requested permissions.</translate> <br/> |
Revision as of 07:27, 24 August 2018
Available since: Gideros 2012.09
Description
Starts the authorization flow for the user with the requested permissions.
Facebook:authorize(permissions)
Parameters
permissions: (table, optional) An array of the requested permissions.