Skip to content

Instantly share code, notes, and snippets.

@AlphaNerd
Created January 8, 2018 16:25
Show Gist options
  • Save AlphaNerd/cde54aaf770bd7265a2eda4a384f1a56 to your computer and use it in GitHub Desktop.
Save AlphaNerd/cde54aaf770bd7265a2eda4a384f1a56 to your computer and use it in GitHub Desktop.
Facebook Graph access_token; swap from Short Live to Long Live token
https://graph.facebook.com/oauth/access_token?client_id=<app_id>&client_secret=<app_secret>&grant_type=fb_exchange_token&fb_exchange_token=<token_to_exchange>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment