Facebook的文档似乎没有涵盖它(https://developers.facebook.com/docs/reference/ads-api/custom-audience-targeting/)。
运行:
https://graph.facebook.com/{audience_id}?method=DELETE&{access_token}
返回以下json:
{
"error": {
"message": "Unsupported delete request.",
"type": "GraphMethodException",
"code": 100
}
}
如果可能,我该怎么做?
答案 0 :(得分:0)
该请求适用于其他access_token
。我必须遇到access_token
权限问题。