skip to Main Content

I tried to use Graph API Explorer to read an Instagram user.

Visit https://developers.facebook.com/docs/graph-api/reference/instagram-user/

I ticked every permission to generate the access token. Also, I linked my Instagram account to Facebook account. However, response still showed as ‘Unsupported get request’.

graph api explorer output

Anyone can help? Thanks.

3

Answers


  1. While the documentation does describe this feature, my guess is that they removed it when they revised the Instagram API and significantly limited the functionality back in June of 2016.

    Login or Signup to reply.
  2. Facebook has just released a new version of their graph API (v2.10) that now contains a new Instagram API that has new permissions that should allow you to read an Instagram user.

    • instagram_basic

    • instagram_manage_comments (optional)

    • instagram_manage_insights (optional)

    However, these permissions are currently limited to Instagram business users that also have a Facebook business account with an ad account linked to it.

    Login or Signup to reply.
  3. if you try to get the username of user who post the comment you can get it when you retrieve comment via media api
    *see ‘note’ section in here : instagram user

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search