I develop small fb app (which will be available on separate domain and through app.facebook.com as well) and I would like to incorporate something like "Invite my friends to this app" button (don't know exact name for this so I used quotes). How can I do this? I am using fb php sdk and don't want to use fbml becuase as I saw it is depreciated. MANY THANKS
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.
|
|
|
You can use the Javascript SDK to open the Requests Dialog. With this dialog the user can select friends to which the requests will be sent. It's very easy, and the (basic) code should look something like this:
|
|||||||||||
|