Is there any public API for posting videos on Instagram?
We know that on iOS you can share an image (JPEG or PNG) using iPhone Hooks through iOS Document Interaction. On Android, you can share videos using the Android Intent .
The Cinamatic iOS application does this after the oAuth API, but according to the Instagram API documentation , a media object like βvideoβ is not mentioned.
We also know that other applications that do not use Instagram oAuth save the video in the video folder and then open the Instagram camera using the mentioned iPhone Hooks to allow the user to open this video, but this is not so smart.
So how does Cinamatic do this using the API?
api ios objective-c video instagram
loretoparisi
source share