【发布时间】:2017-02-20 05:18:45
【问题描述】:
我正在尝试从 Graph API Explorer 获取广告系列列表。我正在使用在https://developers.facebook.com/docs/marketing-api/reference/ad-account/campaigns/ 找到的请求。
GET /v2.8/{ad-account-id}/campaigns HTTP/1.1
Host: graph.facebook.com
我是用于广告的页面的业务经理和管理员。我在 Graph API Explorer 上使用以下请求找到了 AD_ACCOUNT_IDs。
GET /v2.8/me/businesses HTTP/1.1
Host: graph.facebook.com
我选择了具有更高权限的那个。
提交第一个广告系列请求时报告的错误是:
{
"error": {
"message": "Unsupported get request. Object with ID '1015359838XXXXXX' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100,
"fbtrace_id": "DLyfwGbM8fi"
}
}
怎么了?
提前致谢,
马蒂亚
【问题讨论】:
-
那么你的访问令牌包括哪些权限?
标签: facebook facebook-graph-api