开发者

Facebook JS API: Is it possible streamPublish to many targets at once?

开发者 https://www.devze.com 2022-12-22 23:05 出处:网络
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.

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.

0

精彩评论

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