Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook send dialog to multiple friends using a recipients arrays

The Facebook new Send Dialog lets people to send content to specific friends. But the API @ https://developers.facebook.com/docs/reference/dialogs/send/ said the parameter 'TO' means "A user ID or username".

I wonder is there a method to send message to multiple friends at one time. I tried to set the 'to' as a javascript arrays, but that does not work.

like image 563
feng ma Avatar asked Jun 24 '11 15:06

feng ma


Video Answer


1 Answers

It seems that currently the sdk only takes the first element from the array that is passed to "To" parameter. This is really annoying and no formal explanation is given to this design decision. I'd wish it can take more than one uids or emails, group names etc.

like image 139
Stephen Shi Avatar answered Sep 20 '22 17:09

Stephen Shi