Skip to content

Instantly share code, notes, and snippets.

@asif31iqbal
Created February 8, 2017 23:19
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 asif31iqbal/3e8708390d395d1b76ae363bcb789e8a to your computer and use it in GitHub Desktop.
Save asif31iqbal/3e8708390d395d1b76ae363bcb789e8a to your computer and use it in GitHub Desktop.
facebook help
https://www.facebook.com/v2.8/dialog/oauth?
client_id={app-id}
&redirect_uri={redirect-uri}
https://graph.facebook.com/v2.8/oauth/access_token?
client_id={app-id}
&redirect_uri={redirect-uri}
&client_secret={app-secret}
&code={code-parameter}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment