Facebook send dialog to multiple friends using a recipients arrays

Viewed 18474

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.

4 Answers

Seems both ways, direct URL and Javascript don't allow to use a list of ID's , just checked and verified it today

Related