2

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

Ashish Augustine
  • 1,784
  • 4
  • 20
  • 50

1 Answers1

1

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.

Rohit O
  • 330
  • 1
  • 2
  • 10