Difference between revisions of "FBInstant.player.getPhoto"

From GiderosMobile
Line 13: Line 13:
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===
 
'''<translate>Returns</translate>''' (string) <translate>Url to the player's public profile photo.</translate><br/>
 
'''<translate>Returns</translate>''' (string) <translate>Url to the player's public profile photo.</translate><br/>
 +
 +
{{FBInstant.player}}

Revision as of 18:52, 25 March 2020


Available since: Gideros 2018.3
Class: Player

Description


A url to the player's public profile photo. The photo will always be a square, and with dimensions of at least 200x200. When rendering it in the game, the exact dimensions should never be assumed to be constant. It's recommended to always scale the image to a desired size before rendering. The value will always be null until FBInstant.startGameAsync() resolves.

WARNING: Due to CORS, using these photos in the game canvas can cause it to be tainted, which will prevent the canvas data from being extracted. To prevent this, set the cross-origin attribute of the images you use to 'anonymous'.

(string) = FBInstant.player.getPhoto()

Return values

Returns (string) Url to the player's public profile photo.