Instagram API using Facebook Graph Permissions -


i'm trying develop simple platform instagram insights using new facebook graph instagram api , can't right permissions access instagram business page. current setup has instagram business page connected facebook business page shared ad account both.

when make request grab instagram business page id facebook business page using graph api explorer (seen in documentation here):

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

i error:

{   "error": {      "message": "(#100) no permission access instagram account",      "type": "oauthexception",      "code": 100,      "fbtrace_id": "cu9onyet2+q"   } }  

the documentation references need 1 of these permissions:

  • instagram_basic

  • instagram_manage_comments (optional)

  • instagram_manage_insights (optional)

however there no options in graph explorer of these permissions (see photo below). boiled down questions how authenticate app have permission instagram insights instagram business page?

graph explorer sans insta

i don't think api publicly available yet, looks need fb marketing or instagram partner: https://developers.facebook.com/bugs/118963648734367/

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


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -