Created
February 8, 2017 23:19
-
-
Save asif31iqbal/3e8708390d395d1b76ae363bcb789e8a to your computer and use it in GitHub Desktop.
facebook help
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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