Difference between revisions of "Facebook:authorize"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.09<br/>
 
'''Available since:''' Gideros 2012.09<br/>
 
=== Description ===
 
=== Description ===
<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 />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Facebook:authorize(permissions)
 
  Facebook:authorize(permissions)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''permissions''': (table, optional) An array of the requested permissions. <br/>
+
'''permissions''': (table, optional) <translate>An array of the requested permissions.</translate> <br/>

Revision as of 14:38, 23 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.