Instagram API using Facebook use permissions

I am trying to develop a simple platform to understand instagram using the new Facebook Graph APIs of Instagram and cannot get the correct permissions to access my instagram business page. My current setup has my instagram business page linked to my facebook business page with a shared ad account for both.

When I make this request to grab the id of the instagram business page from the facebook business page using the Graph API (see documentation here ):

/v2.10/{facebook_page_id}?fields=instagram_business_account

      

I am getting the error:

{
  "error": {
     "message": "(#100) No permission to access the Instagram account",
     "type": "OAuthException",
     "code": 100,
     "fbtrace_id": "CU9oNYEt2+q"
  }
} 

      

The documentation refers to the need for one of these permissions:

  • instagram_basic

  • instagram_manage_comments (optional)

  • instagram_manage_insights (optional)

However, at any of these resolutions, there are no options in the Graph explorer (see photo below). Calm down, my questions are: How can I authenticate my app so that I have permission to get instagram data from my instagram business page?

Graphical explorer without installation

+3


source to share


1 answer


I don't think this API is publicly available, but it looks like you need to partner with FB Marketing or Instagram: https://developers.facebook.com/bugs/118963648734367/



https://business.instagram.com/blog/new-instagram-api-features/

+1


source







All Articles