我希望你能帮我解决这个问题。
我正在尝试将离线事件上传到我的业务经理,但我收到此错误:
{
"error": {
"message": "Application does not have permission for this action",
"type": "OAuthException",
"code": 10,
"error_subcode": 2044005,
"is_transient": false,
"error_user_title": "Terms of Service Not Accepted",
"error_user_msg": "You can't use offline event sets until the terms of service are accepted for ****. Please accept the terms of service at https://business.facebook.com/offline_events/?business_id=***********&show_tos=1 and try again.",
"fbtrace_id": "*****"
}
}
当我尝试导航到链接以接受条款时,它会导致我链接断开。我已经通过对它进行了验证来确认我已经设置了一个离线事件。
如何导航到该页面以接受条款和服务,以便发布到我的离线转化集?