Difference between revisions of "Facebook:setAppId"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.09<br/>
 
'''Available since:''' Gideros 2012.09<br/>
 
=== Description ===
 
=== Description ===
<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 />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Facebook:setAppId(appId)
 
  Facebook:setAppId(appId)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''appId''': (string) The Facebook application id. <br/>
+
'''appId''': (string) <translate>The Facebook application id.</translate> <br/>

Revision as of 14:33, 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.