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.
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