Skip to content

Instantly share code, notes, and snippets.

@xavbeta
Last active April 27, 2017 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xavbeta/a5f92739e8769d19d80a9840c0afbe24 to your computer and use it in GitHub Desktop.
Save xavbeta/a5f92739e8769d19d80a9840c0afbe24 to your computer and use it in GitHub Desktop.
Never-expiring Facebook access token steps (v2.8+, 2016+) from http://stackoverflow.com/a/28418469/933621

Steps taken from http://stackoverflow.com/a/28418469/933621 (Dude you're a life saver!)

The JSON response should have a data field under which is an array of items the user has access to. Find the item for the page you want the permanent access token from. The access_token field should have your permanent access token. Copy it and test it in the Access Token Debugger. Under "Expires" it should say "Never".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment