Difference between revisions of "Facebook:authorize"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:
 
Starts the authorization flow for the user with the requested permissions.<br />
 
Starts the authorization flow for the user with the requested permissions.<br />
 
<br /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  Facebook:authorize(permissions)
 
  Facebook:authorize(permissions)
 
</source>
 
</source>
 
=== <translate>Parameters</translate> ===
 
=== <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 15:28, 13 July 2023


Available since: Gideros 2012.09
Class: Facebook

Description


Starts the authorization flow for the user with the requested permissions.

<syntaxhighlight lang="lua">

Facebook:authorize(permissions)

</source>

Parameters

permissions: (table, optional) An array of the requested permissions.