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
Share
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: