Facebook朋友请求 - 错误 - “所有用户在参数必须已经接受TOS' [英] Facebook Friend Request - Error - 'All users in param ids must have accepted TOS'

查看:118
本文介绍了Facebook朋友请求 - 错误 - “所有用户在参数必须已经接受TOS'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于Facebook Challenge应用程序,我想向朋友发送请求,它返回错误消息



错误消息是:



{
error:{
message:(#200)参数中的所有用户必须已经接受TOS,
:OAuthException
}
}



我的请求是



https://graph.facebook.com/ 'user_id'/ apprequests?message ='INSERT_UT8_STRING_MSG'& data =' INSERT_STRING_DATA'& access_token ='access_tocken_id'& method = post。



但对于另一个用户(即已经接受我们的请求的用户),它工作正常。 / p>

我如何解决这个问题?



谢谢,



LS Developer

解决方案

您只能向已经使用该应用的用户发送应用请求 - 发送用户请求应该使用请求对话


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

解决方案

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

这篇关于Facebook朋友请求 - 错误 - “所有用户在参数必须已经接受TOS'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆