RetailMediaChannelFacebookConnector.getUserId Method [AX 2012]
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.