Publish to multiple users wall using stream.publish not working
I am trying to post a same message to multiple friends using stream.publish.. I am sending friends ids as a comma separated list to the parameter target_id.. but it seems not working and the publising is happening only in the first friends wall..
开发者_JS百科Is it a normal behavior and should I call stream.publish for each friend?
I don't know which API you are using to publish stream. But I think you need to call stream.publish for each friend according to DPP, can have a look at http://developers.facebook.com/blog/post/371 and http://wiki.developers.facebook.com/index.php/Stream.publish.
精彩评论