Facebook 好友请求 - 错误 - “参数 ID 中的所有用户都必须接受 TOS”
对于 Facebook 挑战应用程序,我尝试向朋友发送请求,它返回一条错误消息
错误消息是:
{ “错误”: { "message": "(#200) param ids 中的所有用户都必须接受 TOS", “类型”:“OAuthException” } 我的请求
是
https://graph.facebook.com/'user_id'/apprequests?message='INSERT_UT8_STRING_MSG '&data='INSERT_STRING_DATA'&access_token='access_token_id'&method=post.
但对于另一个用户(即已经接受我们请求的用户)来说,它工作得很好。
我该如何解决这个问题?
谢谢,
LS 开发者
For a Facebook Challenge Application, I’m trying to send a request to friend, it returns an error message
The error message is:
{
"error": {
"message": "(#200) All users in param ids must have accepted TOS",
"type": "OAuthException"
}
}
My request is
https://graph.facebook.com/'user_id'/apprequests?message='INSERT_UT8_STRING_MSG'&data='INSERT_STRING_DATA'&access_token='access_tocken_id'&method=post.
But for another user (ie; user who already accepted our request), it works fine.
How can i solve this?
Thanks,
LS Developer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能向已经使用该应用程序的用户发送应用程序请求 - 要发送用户间请求,您应该使用 请求对话框
You can only send app requests to users who already use the app - to send user-user requests you should use the Requests Dialog