-1

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?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
haneen hasan
  • 63
  • 1
  • 1
  • 10

1 Answers1

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