Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the ID of the authenticated user from Facebook
Syntax
private str getUserId(str _token)
Run On
Called
Parameters
- _token
Type: str
The access token of the authenticated user
Return Value
Type: str
Returns the ID of the authenticated user from Facebook, if successful.
Returns "0", if failed.