I\'d like to share a photo with caption pre-filled from my app via a share intent, on facebook.
Example code
Intent intent = new Intent(); intent.set
Add these lines to your following code
shareCaptionIntent.putExtra(Intent.EXTRA_TITLE, "my awesome caption in the EXTRA_TITLE field");