0

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
   }
}

如果可能的话,我该怎么做?

4

1 回答 1

0

该请求确实适用于不同的access_token. 我一定有access_token权限问题。

于 2013-05-02T11:33:46.703 回答