I used to send images to Instagram on Android from my application using this code:
shareIntent.setPackage("com.instagram.android"); shareIntent.putExtra(Intent.EXTRA_TEXT, caption); shareIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(tempFile));
In the latest version of Instagram, the title no longer works.
Does anyone know if this is a bug or maybe another additional file is being used.
Thanks.
android instagram api
Steven k
source share