Reputation: 2717
Anyone knows how to do that. Unlike youtube, there is no SEND intent coming form the the facebook android app.
Upvotes: 1
Views: 866
Reputation: 6968
Instead of relying on an intent from 3rd party app (requiring users of your app to have the facebook app) you might want to use a library that hooks into the Facebook API- specifically the facebook-android-sdk. Facebook-android-sdk is maintained by Facebook and intended provide Facebook integration for Android Apps.
The library looks as if it provides support for uploading media/posting to walls, and so it should be able to do what you want.
You will need to register for a Facebook App API Key on the Facebook Developers Page.
Upvotes: 2