Facebook JS API: Is it possible streamPublish to many targets at once?
Posted
by Prody
on Stack Overflow
See other posts from Stack Overflow
or by Prody
Published on 2010-03-12T17:22:45Z
Indexed on
2010/03/18
17:21 UTC
Read the original article
Hit count: 257
facebook-connect
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 streamPublish
to many targets at once?
© Stack Overflow or respective owner