0
  SharePhoto photo = new SharePhoto.Builder()
 .setBitmap(image)
 .setCaption(des)
 .build();

  SharePhotoContent content = new SharePhotoContent.Builder()
 .addPhoto(photo)
 .build(); 
 shareDialog.show(content);

This my code, I wanna try to share the image with description and I don't have content URL to share

Dhruv Patel
  • 1,529
  • 1
  • 18
  • 27
Nidheesh
  • 109
  • 9
  • For what would you need a content URL? – greenapps Dec 01 '17 at 10:21
  • Try this https://stackoverflow.com/questions/22533773/android-how-to-share-image-with-text-on-facebook-via-intent OR this https://stackoverflow.com/questions/23787429/share-image-and-text-to-facebook-on-android – R.R.M Dec 01 '17 at 10:33

0 Answers0