我可以使用以下 URL 获取与外部用户关联的媒体对象列表
GET (我的 IG 用户 id)?fields=business_discovery.username(therock){media{caption,children,comments_count,like_count,id,media_type,media_url,owner,timestamp,username}}
如何使用上述方法获取外部用户的见解。我确实知道使用以下 URL 获取我自己帐户的见解
GET(我的 IG 用户 ID)/insights?metric=impressions&period=week
当我尝试使用下面的 URL 获取见解时
GET(我的 IG 用户 ID)?fields=business_discovery.username(therock){insights}}
抛出以下错误
{
"error": {
"message": "Syntax error \"Expected end of string instead of \"}\".\" at character 46: business_discovery.username(therock){insights}}",
"type": "OAuthException",
"code": 2500,
"fbtrace_id": "FeWhDF4hOJY"
}
}
是否可以获取外部帐户的见解?