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...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.09<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
<br />
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/Facebook|Facebook]]<br/>
 +
=== <translate>Description</translate> ===
 +
<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">
+
<syntaxhighlight lang="lua">
= Facebook:authorize(permissions,)
+
Facebook:authorize(permissions)
</source>
+
</syntaxhighlight>
'''permissions:''' (table, optional) An array of the requested permissions. ''''''<br/>
+
=== <translate>Parameters</translate> ===
 +
'''permissions''': (table, optional) <translate>An array of the requested permissions.</translate> <br/>

Latest revision as of 15:29, 13 July 2023


Available since: Gideros 2012.09
Class: Facebook

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.