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.