我正在尝试使用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
和ads_read
,而应用程序也具有ads_reads
和ads_management
。
还有什么我想念的吗?