我可以通过curl请求获取自己的广告帐户ID
https://graph.facebook.com/v2.8/me?fields=id%2Cname%2Cadaccounts&access_token=
我们拥有Facebook的广告管理基本访问权限。
我也试过https://developers.facebook.com/docs/graph-api/reference/user/adaccounts/
两者都有同样的错误。
{ error:
{ message: '(#3) Application does not have the capability to make this API call.',
type: 'OAuthException',
code: 3,
fbtrace_id: 'HiXZVS8UeI8' } }
获取用户广告帐户的终端是什么?我需要什么权限?