开发者

Is there a way to prefill "to" parameter with multiple recipients on Facebook Graph.Api?

开发者 https://www.devze.com 2023-03-30 01:18 出处:网络
I have a checkbox list filled with random 10 of my facebook friends on my website. When I try to send a message to my selected friends开发者_StackOverflow, only the first of them appears on message di

I have a checkbox list filled with random 10 of my facebook friends on my website. When I try to send a message to my selected friends开发者_StackOverflow, only the first of them appears on message dialog box.

        FB.ui({
            method: 'send',
            name: 'MY Message',
            to: myArray //Array of Friend's IDs,
            link: 'http://www.mylink.com'

Does anybody know how to send a message with pre-filled recipient list?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号