skip to Main Content

I’m trying to access the media of my Instagram business account through Facebook Graph API. I’m following this guide: https://developers.facebook.com/docs/instagram-api/getting-started/

I’ve set up everything as requested: I have an Instagram business account, a Facebook page connected to this account and a Facebook app.
I am using Graph API explorer, and allowing all permissions that requires for instagram. But

In step 5, when I try to get the Instagram Account ID with

GET /v3.0/{page id}?fields=instagram_business_account

The Instagram business account field is missing, I only get back the ID of the Facebook page, which I already have.

Does anyone have an idea what could be wrong here? Below is my permissions image.

2

Answers


  1. Chosen as BEST ANSWER

    enter image description herei found the solution. At start be sure your instagram account should business account or Creator account. And then link it with facebook from Facebook web. Error only come when we use our personal account instead of Creator or Business.

    This is my output now.


  2. You just need extra permission: pages_read_engagement

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