Skip to content

Get access token for instagram extractor via Facebook Graph API Explorer tool

Tomas Kacur edited this page Nov 12, 2018 · 1 revision
  1. go to https://developers.facebook.com/tools/explorer
  2. select a facebook app or create your own and select it image
  3. from Get Token dropdown select Get User Access Token image
  4. In the Select Permissions dialog make sure you have checked the following perms: manage_pages, pages_show_list, instagram_basic, instagram_manage_insights image
  5. Press on Get Access Token and run through the authorization process to retrieve a token.
  6. After retrieving the token, click on the info icon and the click on Open in Access Token Tool button and you will be redirected to the Access Token Debugger image
  7. On Access Token Debugger page click on Extend Access Token button below image
  8. Copy the retrieved new long-lived access token into the clipboad image
  9. In instagram extractor configuration page, authorize account via Direct token insert and paste the copied token into the token input field and press save image