Difference between revisions of "FBInstant.player.getID"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2018.3<br/> | + | '''<translate>Available since</translate>:''' Gideros 2018.3<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
A unique identifier for the player. A Facebook user's player ID will remain constant, and is scoped to a specific game. This means that different games will have different player IDs for the same user.<br /></translate> | A unique identifier for the player. A Facebook user's player ID will remain constant, and is scoped to a specific game. This means that different games will have different player IDs for the same user.<br /></translate> | ||
Line 7: | Line 7: | ||
(string) = FBInstant.player.getID() | (string) = FBInstant.player.getID() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (string) <translate>A unique identifier for the player.</translate><br/> | + | '''<translate>Returns</translate>''' (string) <translate>A unique identifier for the player.</translate><br/> |
Revision as of 07:30, 24 August 2018
Available since: Gideros 2018.3
Description
A unique identifier for the player. A Facebook user's player ID will remain constant, and is scoped to a specific game. This means that different games will have different player IDs for the same user.
(string) = FBInstant.player.getID()
Return values
Returns (string) A unique identifier for the player.