Ashish Augustine
Ashish Augustine

Reputation: 2030

Image share to facebook from android application

In my android application I am able to share text to facebook wall via facebook SDK for android. Can I use this to share images too directly from my application. I wanted the images to be shared from a url given through my application that changes dynamically.Any help please

Upvotes: 2

Views: 332

Answers (1)

Rohit O
Rohit O

Reputation: 340

Visit this link.

The code you have to write will be something like this

bundle.putString("name", "name you want to give");

And similarly you can add another parameters to the image.

Upvotes: 1

Related Questions