我正在尝试使用新的Facebook Graph Instagram API开发一个简单的Instagram洞察平台,并且无法获得访问我的Instagram商家页面的正确权限。我当前的设置将我的Instagram商家页面连接到我的Facebook商家页面,其中包含两个共享广告帐户。
当我使用Graph API Explorer(在文档here中看到)从facebook业务页面获取Instagram业务页面ID时请求:
/v2.10/{facebook_page_id}?fields=instagram_business_account
我收到错误:
{
"error": {
"message": "(#100) No permission to access the Instagram account",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "CU9oNYEt2+q"
}
}
documentation引用了对这些权限之一的需求:
instagram_basic
instagram_manage_comments(可选)
instagram_manage_insights(可选)
然而,Graph explorer中没有任何选项可用于任何这些权限(请参见下面的照片)。简而言之,我的问题是如何验证我的应用,以便我有权从我的Instagram商家页面获取Instagram洞察信息?
答案 0 :(得分:1)
我认为此API尚未公开发布,看起来您需要成为FB营销或Instagram合作伙伴:https://developers.facebook.com/bugs/118963648734367/
https://business.instagram.com/blog/new-instagram-api-features/