我正在研究一些选择退出功能并试图使用此终端:
https://graph.facebook.com/act_ {ad_account_id} / usersofanyaudiences
来自此处的文档:https://developers.facebook.com/docs/reference/ads-api/custom-audience-targeting/#opt-out
我一直在使用一个带有单个ID的POST,如下所示:users = [{“id”:“THIS_ID_HERE”}]
我一直收到同样的错误:
[错误:{“message”:“未知路径组件:/ usersofanyaudiences”,“type”:“OAuthException”,“code”:2500}]
POST是正确的方法吗?还有什么我可能在这里做错了吗?
答案 0 :(得分:0)
道歉 - 看起来文档已过时,正确的终点是https://graph.facebook.com/act_ {ad_account_id} / usersofanyaudience(singular)。我们更新了文档。