RetailMediaChannelFacebookConnector.processReturnedFragment Method [AX 2012]

Expects a URL fragment of a URL Facebook redirects the user to upon successful sing-in. It parses the fragment and extracts access token and token expiration time-stamp The format of the fragment is as follows: #access_token=166942940015970%7C2.sa0&expires_in=64090

Syntax

private void processReturnedFragment(str uriFragment)

Run On

Called

Parameters

  • uriFragment
    Type: str
    the URL fragment of a URL Facebook redirects the user to upon successful sing-in

Remarks

See the Facebook SDK for detailed information on the authentication process, URL format et al

See Also

Reference

RetailMediaChannelFacebookConnector Class