How to send a post to Facebook friend's wall a

2019-06-24 04:31发布

问题:

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/