Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 2 down vote accepted

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

share|improve this answer
Did this answer solve, or help you to solve the problem in your question? if so, please accept accept this answer or add your own answer with the solution you found. See these instructions for info how to accept answers; thanks! – Igy Jun 26 '12 at 12:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.