我想通过营销API自动从fb广告帐户收集数据。
有一个Facebook应用程序,可以访问广告帐户(访问级别=开发)。 App有产品'Marketing API'。
像这样获得access_token(app_id | token):
GET https://graph.facebook.com/oauth/access_token?client_id=<app_id>&client_secret=<secret>7&grant_type=client_credentials
当我尝试见解方法时
GET https://graph.facebook.com/v2.8/act_<ad_account_id>/insights/?access_token=<access_token>
我收到了错误
"message": "Unsupported get request.", "type": "GraphMethodException", "code": 100
答案 0 :(得分:0)
尝试生成非应用令牌,但是有权访问该广告帐户的用户令牌。