I am using the Facebook SDK for Android, because I want allow users to share an image generated in the app + a message which I would like to set already as suggestion.
I tried using the new ShareDialog
, but somehow I cannot find a way to share a photo and a message. The FacebookDialog.PhotoShareDialogBuilder
lets you share photos from the device, but not a message, whereas the FacebookDialog.ShareDialogBuilder
lets you only share a link.
What can I use instead? Should I move away from using the share dialog?