scosman
scosman

Reputation: 2585

How can you launch Instagram's new post screen from another iOS app

A few apps are able to launch Instagram's "create post" screen on iPhone, with 1 tap, and pass a photo or video to populate the new post. These apps include Everalbum and Musical.ly.

They are not using the document interaction API Instagram has documented. That method shows the standard iOS share control, and adds an option for "Copy to Instagram". These apps are much more user friendly, and just launch Instagram create-post screen directly with no additional taps or popups. Documentation on the less ideal approach is here: https://www.instagram.com/developer/mobile-sharing/iphone-hooks/

Any idea what API these apps are using to accomplish this?

Upvotes: 1

Views: 838

Answers (1)

TomSwift
TomSwift

Reputation: 39502

There's a great post on this subject here. Basically you launch Instagram using their app URL scheme and pass a URL referencing the content in the camera roll.

Upvotes: 1

Related Questions