根据Facebook documentation,当我使用页面令牌调用https://graph.facebook.com/v2.11/me/page_backed_instagram_accounts
时,我收到如下错误:
(#100)尝试在节点类型(页面)上访问不存在的字段(page_backed_instagram_accounts)
我已经检查了应用权限:manage_pages,publish_pages,ads_management等等。 有人可以帮帮我吗?
答案 0 :(得分:0)
听起来像您正在使用用户令牌,而不是页面访问级别令牌。
我使用类似的方法来获取页面支持的Instagram帐户的FacebookId。
/me?fields=instagram_business_account,connected_instagram_account,instagram_accounts{id,username}
我建议使用token debugger查看访问令牌的详细信息。