我正在尝试使用API创建自定义受众。使用实时广告帐户,此方法有效,但是使用沙盒帐户,我会遇到以下错误:
{
"error": {
"message": "Permissions error",
"type": "OAuthException",
"code": 200,
"error_subcode": 1870034,
"is_transient": false,
"error_user_title": "Custom Audience Terms Not Accepted",
"error_user_msg": "You'll need to agree to the Custom Audience terms before you can create or edit an audience of CUSTOM type. To accept, go to https://www.facebook.com/ads/manage/customaudiences/tos/?act=************.",
"fbtrace_id": "********"
}
}
当我转到提供的URL时,它告诉我:
您跟踪的链接可能已过期,或者该页面仅对您不在的观众可见。
我也已经在营销应用程序工具中接受了ToS。
我已将系统用户添加到业务中,将系统用户设置为该应用的应用管理员。
当我检查接受的服务条款时,我得到了:
{
"tos_accepted": {
"web_custom_audience_tos": 1
},
"id": "act_***********"
}
我查看了以下答案,但仍然出现错误: https://stackoverflow.com/a/42766604/5690875
我错过任何一步了吗?