I need to implement a folw like that:
– the user choose a friend in facebook
– the user cannot chose more than one friend.
– the app send a personalized message to the friend
Testing with the FB.ui({method: ‘apprequests’, etc…
I see that is not possible to limit the number of friends to select and so I can’t send a very personalized message.
I think the only thing is to implement an ‘in app’ friend selector on my own… but looking for a simpler solution.
thanks,
A.
A use a jquery plug-in for presenting my own friend selectors.
http://mike.brevoort.com/2010/08/10/introducing-the-jquery-facebook-multi-friend-selector-plugin/index.html
Once a friend is selected, then you pass the friend ID in the app request so only the send dialog with no friend selector is presented. I use this in the someecards facebook app if you want to see it in action.