Facebook JS API: Is it possible streamPublish to many targets at once?
I'm trying to make my app publish to all my friend's walls.
From what I read in the API docs, the streamPublish
method only allows you to publish to one person at a time.
What I'm doing is fetching all the friends with FB.Facebook.apiClient.friends_get
then a for on the reuslts, and a streamPublish
for every one.
This however seems hacky.
Is it possible to streamPubli开发者_JS百科sh
to many targets at once?
I've asked on the facebook forums too, the answers I've got is that it isn't possible.
精彩评论