问题
I want to post on Facebook friend's wall with (android) Facebook SDK 3.0. How can I do that?
回答1:
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/
来源:https://stackoverflow.com/questions/15277381/how-to-send-a-post-to-facebook-friends-wall-android-sdk-3-0