I’m using Facebook PHP-SDK and the JS-SDK and trying to display a dialog whenever the user logs in for the first time that will list all his friends and will allow him to select the ones he wants to invite to my website.
I already figured out how to display the friend list.
I want the invitation to be sent via facebook message (pre-composed message that the user can edit) and not as a application invitation.
I looked through the Facebook documentation and I can’t find this feature anywhere.
Any Ideas?
Facebook does not allow applications to send messages, only notifications.