Facebook 好友请求 - 错误 - “参数 ID 中的所有用户都必须接受 TOS”

发布于 2024-12-09 17:44:06 字数 503 浏览 0 评论 0原文

对于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少女情怀诗 2024-12-16 17:44:06

您只能向已经使用该应用程序的用户发送应用程序请求 - 要发送用户间请求,您应该使用 请求对话框

You can only send app requests to users who already use the app - to send user-user requests you should use the Requests Dialog

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文