Difference between revisions of "Facebook:dialog"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Generate a UI dialog for the desired action.<br /> <br /> <source lang="lua"> = Facebook:dialo...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Facebook:dialog(actionparamaters,)
+
Facebook:dialog(action,paramaters)
 
</source>
 
</source>
'''action:''' (string) The type of dialog to call. Currently supported methods are oauth, feed, and apprequests. ''''''<br/>
+
'''action''': (string) The type of dialog to call. Currently supported methods are oauth, feed, and apprequests. ''''''<br/>
'''paramaters:''' (table, optional) Table representing parameters specific to a particular dialog. ''''''<br/>
+
'''paramaters''': (table, optional) Table representing parameters specific to a particular dialog. ''''''<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2012.09

Description


Generate a UI dialog for the desired action.

 Facebook:dialog(action,paramaters)

'action: (string) The type of dialog to call. Currently supported methods are oauth, feed, and apprequests. '
'paramaters: (table, optional) Table representing parameters specific to a particular dialog. '