I have a app which i have registered in facebook. I want to add a option of sending app request to all my friends in facebook. I need to do it by authenticating and the asking the permission to continue to send all friends the app request. This i want to implement in php. Please help me friends...
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 believe you have to do this using a 'Requests Dialog' which is available only through JavaScript. See below page for more information and examples of how to do this: https://developers.facebook.com/docs/reference/dialogs/requests/ |
|||
|
|
|
It is only possible with the JavaScript popup, and there is a limit of how many requests you can send. Sending an app request to ALL your friends at once is considered spam anyway, you should never do this even if it would be possible. https://developers.facebook.com/docs/reference/dialogs/requests/ You can, of course, use the "to" parameter to specifiy the friends you want to send the request to:
|
|||
|
|