Difference between revisions of "Facebook:setAppId"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.09<br/> | + | '''<translate>Available since</translate>:''' Gideros 2012.09<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Initializes the Facebook library and sets App ID. This function should be called first before other functions.<br /> | Initializes the Facebook library and sets App ID. This function should be called first before other functions.<br /> | ||
Line 8: | Line 8: | ||
Facebook:setAppId(appId) | Facebook:setAppId(appId) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''appId''': (string) <translate>The Facebook application id.</translate> <br/> | '''appId''': (string) <translate>The Facebook application id.</translate> <br/> |
Revision as of 07:29, 24 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.