I used to send an image to Instagram on Android from my app using this code :
shareIntent.setPackage("com.instagram.android");
shareIntent.putExtra(Intent.EXTRA_TEXT, caption);
shareIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(tempFile));
With the latest version of Instagram the caption isn't working anymore.
Does anyone know if this is a bug or perhaps another extra is being used.
Thanks.
Looks like this feature has been removed... http://developers.instagram.com/post/125972775561/removing-pre-filled-captions-from-mobile-sharing
Here is a good way to help your users:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With