tags:

views:

43

answers:

1

In the new PHP SDK is there any way to post to a friends wall?

I have seen several apps do it. Like apps that say "your friend asked you a question", and I'm not even a user of that app. Is there any way to do it?

I am using an FBML canvas. I already have all the users friends, just need to figure out how to post to the friends they select from the list.

Thanks

A: 

Yes, as long as you have the publish_stream extended permission

Enables your application to post content, comments, and likes to a user's stream and to the streams of the user's friends, without prompting the user each time.

As far as publishing goes

http://developers.facebook.com/docs/api#publishing

Peter Bailey

related questions