我正在尝试使用Facebook Marketing API访问Instagram广告评论。但是当我尝试以下命令时:
curl -G \
-d "access_token=<ACCESS_TOKEN>"\
-d "fields=id,message,instagram_user"\
"https://graph.facebook.com/<API_VERSION>/<EFFECTIVE_INSTAGRAM_STORY_ID>/comments"
我收到此错误:
{'error': {'message': '(#10) Application does not have permission for this action', 'fbtrace_id': '', 'code': 10, 'type': 'OAuthException'}}
我可以获取广告,广告但不是评论。
几个月前我曾经能做同样的事情。我不确定发生了什么变化。我对Python做同样的事情,但它和curl一样,所以如果有人需要看到它,我可以分享它。
以下是我的应用请求的权限(它具有开发权限,我是广告帐户和应用的管理员):
Permissions
email
ads_read
ads_management
business_management
instagram_manage_comments