我正在尝试使用Facebook Marketing API和Facebook Python Business SDK创建自动 Facebook 广告。到目前为止,我成功发布了新的广告系列和广告集,但是当我尝试创建广告创意时,它返回消息“应用程序没有能力进行此 API 调用。”。
Message: Call was not successful
Method: POST
Path: https://graph.facebook.com/v3.0/act_xxxxxx/adcreatives
Params: //XXX
Status: 400
Response:
{
"error": {
"message": "(#3) Application does not have the capability to make this API call.",
"code": 3,
"fbtrace_id": "xxxxxx",
"type": "OAuthException"
}
}
我的用户令牌权限有ads_management
andads_read
并且应用程序也有ads_reads
and ads_management
。
还有什么我想念的吗?