我正在尝试使用 Graph API Explorer 而不是我自己的应用程序按照本文档通过 Facebook 连接到 Instagram 帐户。
但是,通过我/帐户查询帐户不会返回任何 Instagram 帐户。我检查了文档中提到的所有必需权限,并连接了所需的 Instagram 帐户,确保它们都是企业帐户。我还尝试通过 /{instagram-id}/insights 直接访问 Instagram 帐户,但返回以下错误:
{
"error": {
"message": "(#100) Tried accessing nonexisting field (insights) on node type (InstagramUser)",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "some id"
}
}
你能指出我正确的方向吗?由于我是 FB API cosomos 的新手,我可能会犯一些愚蠢的错误。