简体   繁体   中英

Instagram post from IOS app

It is possible to post image/video direct to Instagram without using iphone hooks? I want to post image/video in background. When i am using the UIDocumentInteractionController, it redirect to Instagram native app. It is possible to post in background from my IOS app?

It's not possible, you can only send images to Instagram via DocumentInteractionController.

If you look the list of endpoints , there are no post functions for the media, but only for comments.

You can only read data from Instagram API. It doesn't allow you to write on.

Hipstamatic has negotiated special deals to use this kind of features.

So you need to use iOS Hooks to post image/video on Instagram.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM