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