Difference between revisions of "Facebook:setAppId"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Initializes the Facebook library and sets App ID. This function should be called first before...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Facebook:setAppId(appId,)
+
Facebook:setAppId(appId)
 
</source>
 
</source>
'''appId:''' (string) The Facebook application id. ''''''<br/>
+
'''appId''': (string) The Facebook application id. ''''''<br/>

Revision as of 11:17, 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)

'appId: (string) The Facebook application id. '