-
Notifications
You must be signed in to change notification settings - Fork 8
Get access token for instagram extractor via Facebook Graph API Explorer tool
Tomas Kacur edited this page Nov 12, 2018
·
1 revision
- go to https://developers.facebook.com/tools/explorer
- select a facebook app or create your own and select it
- from
Get Tokendropdown selectGet User Access Token
- In the
Select Permissionsdialog make sure you have checked the following perms:manage_pages, pages_show_list, instagram_basic, instagram_manage_insights
- Press on Get Access Token and run through the authorization process to retrieve a token.
- After retrieving the token, click on the info icon and the click on
Open in Access Token Toolbutton and you will be redirected to the Access Token Debugger
- On
Access Token Debuggerpage click onExtend Access Tokenbutton below
- Copy the retrieved
new long-lived access tokeninto the clipboad
- In instagram extractor configuration page, authorize account via
Direct token insertand paste the copied token into the token input field and press save