Wednesday, December 30, 2015

How to create a facebook access token ?

Check this out : https://neosmart-stream.de/facebook/how-to-create-a-facebook-access-token/

We get lots of questions about the Facebook Access Token. If you have problems to create an access token, maybe these tools helps you:

Graph API Explorer

With the Graph API Explorer you can create your own access token.
  • You can choose an app from the dropdown menu (right, top)
  • You can choose which permissions should be included (Button: Get Access Token)
  • You can chosse a connection (feed, posts, …)

Debugger

If you have created an access token you can use the debugger to get informations about:
  • App ID
  • User ID
  • Issued
  • Expires
  • Valid
  • Origin
  • Scopes

No comments:

Post a Comment