Sims Social has its own selector. And as soon as you select your friends and click "Submit", he will bring up this official dialogue with the Facebook request, in which there are several friends, and the checkbox "Do not ask before sending Sims Social requests to ..."
How can I duplicate this? I tried to send the array to the apprequests ui dialog, but this gives an error message: too many recipients.

I do not use the Facebook friends selector. I use my own and send them to the apprequests dialog. Sims do it, I just can't play it.
FB.ui({ method: 'apprequests', message: 'Send a gift', data: {}, title: "Send a gift", to: uids[0] + "," + uids[1] });
I tried the box with the string list "1234,4567". I tried it with an array of {1234, 4567}. But no one is working. An array with a single UID works fine. But several UIDs give an error message: too many recipients.
source share