How can i publish a message to a list using facebook's graph api -
after user has provided me oauth credentials, allow them post message group of friends.
say have created list of 10 friends , called "my soccer buddies", want able allow them post message list "my soccer buddies" within web application using graph api.
how ?
looking @ http://developers.facebook.com/docs/reference/api/post seems possible providing "to" parameter in http://developers.facebook.com/docs/api#publishing says must post
/profile_id/feed - desc: - write given profile's feed/wall - args: - message, picture, link, name, caption, description, source
note param not available in args above.
so how done?
also: reccomended way web app using graph api allow user send send message 10 of friends?
it not possible. new groups feature provides access via graph api , looked alternative.
Comments
Post a Comment