Difference between revisions of "Facebook:dialog"
From GiderosMobile
Line 8: | Line 8: | ||
Facebook:dialog(action,paramaters) | Facebook:dialog(action,paramaters) | ||
</source> | </source> | ||
− | '''action''': (string) The type of dialog to call. Currently supported methods are oauth, feed, and apprequests. | + | === Parameters === |
− | '''paramaters''': (table, optional) Table representing parameters specific to a particular dialog. | + | '''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/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2012.09
Description
Generate a UI dialog for the desired action.
Facebook:dialog(action,paramaters)
Parameters
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.