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(action,paramaters) | |
</source> | </source> | ||
− | '''action | + | '''action''': (string) The type of dialog to call. Currently supported methods are oauth, feed, and apprequests. ''''''<br/> |
− | '''paramaters | + | '''paramaters''': (table, optional) Table representing parameters specific to a particular dialog. ''''''<br/> |
Revision as of 10: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. '