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.

I want to invite new people which are not currently using my application. I already ask for extended permissions as 'read_friendlists' and 'publish_stream' from user. Now what i want to do is that if user has accepted extended permission then i can read his/her friend list. Now i want to send application requests to user friends on his/her behalf. Is this possible using facebook php api OR any other php code. They have some code here in doc for app generated requests. https://developers.facebook.com/blog/post/464/

I have tried it but get error like: (#200) All users in param ids must have accepted TOS

But i am not sure if we can send these rquests to those users who are not using my app. Tell me if there is a way using facebook api: $facebook->api(

For example a user X is using my application. Now i want any way in which i can send app requests to friends of X on his/her behalf from application using PHP.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.