Showing posts with label Graph API. Show all posts
Showing posts with label Graph API. Show all posts

Monday, October 17, 2016

How to debug facebook Access Token

In the previous articles we have seen “How to build your own facebook app?” and “How to create Facebook Access Token?”. Now in this article we will focus on how to debug facebook access token
There are two ways for debugging the facebook access token.
  1. You can directly use “Access Token Debugger”
  2. You can use “Access Token Tool” to debug access token of each individual facebook app
And we will look on “How to extend the validity of Facebook Access Token?”
Let begin one by one
1.“Access Token Debugger” – This is one of simplest method to debug any facebook access token.
debug-accesstoken-2016-10-17-18-40-11
2.“Access Token Tool” – If you have created multiple facebook app on your developers account than you can follow this step to debug the access token of each individual facebook app.
8.Debug-access-token
    • Now go down the screen and click on “Access Token Tool”
9.Debug-access-token
    • Now you can see all the facebook app which you have created previously on this page. Just find the app which you have created and click on the “Debug” button located in front of Access Token.
10.Debug-access-token
    • Once you will click on the “Debug” button you will redirected to “Access Token Debugger” screen.
debug-accesstoken-2016-10-17-18-40-11

How to extend the validity of Access Token?


After the facebook has upgraded its UI of Access Token debugger, we can now easiy just go and click on the “Extend Access Token” button located just below the “Access Token Debugger” screen.And you are go to go with extended Access Token.
Hope you have liked this article. Please feel free to drop your comments.

Friday, October 14, 2016

Create Facebook Access Token

Facebook provides “Access Token Tool” facility which can be used to generate access token for all the “Facebook App” which you have created.
“Access Token Tool” can be used for the following purpose : -
  1. Getting the new “Access Token”
  2. Debugging the “Access Token” (Here debugging term means checking the expiry of token, validity of token, scopes)
  3. Extend Access Token
We will take one step at a time. Let’s have look on our first point -
1. Getting the new “Access Token: – In our previous post we have seen “How to build your own facebook page” and created a app called “NewDemoApp”. Now here in this article we will create access token for the App “NewDemoApp”.
screenshot-developers.facebook.com-2016-10-14-20-00-28
  • After clicking on the “Tools & Support” further down the screen you can see a link for “Access Token Tool”, please click on the link.
screenshot-developers.facebook.com-2016-10-14-21-06-41
  • Once you click on the “Access Token Tool” it will redirect you to new page and there you can find your facebook app “NewDemoApp” which you have created previously.
screenshot-developers.facebook.com-2016-10-14-21-08-16
  • Now you are alomost ready to create the access token for your app, just click on the link “need to grant permissions”
screenshot-{domain}-{date}-{time}
  • A pop-up message will appear on the screen with caption “Access Token created”
screenshot-developers.facebook.com-2016-10-14-21-14-53
  • Just click on continue and your access token is now ready. Please have a look the screencast below (Actual token is blurred due to security reason)
before-access-token-generation
after-token-generation
Conclusion : -
  1. In this article we have seen how to use “Access Token tool”
  2. Following the above steps you can generate the “Access Token” for your app
In the next article we will focus on “How to debug the Access Token?” and “How to Extend the Access Token Validity?”
Click on the below link for debugging and Exteding the access token validity

Build your own facebook app

Objective : – In this article we will have look on the new changes which facebook has made for the “Facebook GRAPH API”.
In this article we will have look on the detail steps which we need to follow to create “Facebook App” for website.
Steps: -
image
  • Click on the option “My Apps” and than select option “Add a New App”
image
  • A pop-up will appear on the screen on the pop-up you need to mention “Display Name”, “Contact Email” and choose suitable “Category”.
image
  • Once you “Create App” you will be redirected to “App Dhashboard”. Please have look on the below screen
image
  • Next important step would be to find the “App ID” and “App Secret”. To find those details just click on the “Dashboard” link below your app name e.g. “NewDemoApp”.
image
  • Next step would be to make your facebook app public to people, so that everyone can use your facebook app. To make the app public just click onto the link “App Review” and enable button located under “Make NewDemoApp public?”
image
image
Now you facebook application is ready with v2.8 version.
Conclusion:-
  1. Following the above steps you are now familiar with the “http://developers.facebook.com”
  2. After reading this article, now you can create your own facebook app with APP ID, App Secret.
Click Here: - How to create facebook access token?