Difference between revisions of "Facebook:setAppId"
From GiderosMobile
Line 8: | Line 8: | ||
Facebook:setAppId(appId) | Facebook:setAppId(appId) | ||
</source> | </source> | ||
− | '''appId''': (string) The Facebook application id. | + | === Parameters === |
+ | '''appId''': (string) The Facebook application id. <br/> |
Revision as of 10:44, 23 August 2018
Available since: Gideros 2012.09
Description
Initializes the Facebook library and sets App ID. This function should be called first before other functions.
Facebook:setAppId(appId)
Parameters
appId: (string) The Facebook application id.