Today I have faced one difficult problem. I want to share an image on Instagram, but I don't want to open the Instagram app. Is there a way to do this?
Asked
Active
Viewed 1,471 times
-1
-
No there is not. Their API does not currently support this. – i_am_jorf May 27 '15 at 20:17
1 Answers
1
If you take a look at the API documentation of Instagram you'll see that you can only post images there using the so called UIDocumentInteractionController
, which means that their app will be opened in the end.
If you still want to share images there, then you should take a look at this SO Question about how to post images to Instagram.

Community
- 1
- 1

Peter Tutervai
- 793
- 12
- 21
-
1I understand that, but seemingly Instagram isn't giving you such an option – Peter Tutervai May 27 '15 at 20:35