Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

hey guys i want to post on Facebook friend's wall with (android) Facebook SDK 3.0

share|improve this question
2  
never use Graph-API for posting on friend's wall. because it is disabled after 6, Feb 2013. FB recommend u to use Feed Dialog for posting on friend's or your own wall. this is the link for how to use Feed Dialog : developers.facebook.com/docs/howtos/androidsdk/3.0/feed-dialog – Shoshi Mar 7 at 17:52

1 Answer

The Facebook SDK for Android provides a method to let you publish stories from your app to a user's timeline. You can also use this method to post a status update on your user's behalf. This method uses the Graph API, and is an alternative to using the Feed Dialog

http://developers.facebook.com/docs/howtos/androidsdk/3.0/publish-to-feed/

share|improve this answer
You can only use that method to publish to me/feed, not a friend's wall. Since the February breaking changes, you can no longer post to a friend's wall unless you use the Feed Dialog. – Ming Li Mar 7 at 17:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.