Programatically upload pictures on Instagram workaround [closed]

孤人 提交于 2019-12-04 16:21:28

You cannot upload images via Instagram’s API.

Per Instagram's API documentation:

At this time, uploading via the API is not possible. We made a conscious choice not to add this for the following reasons...

While it is possible to use Instagram's private API to upload photos (you'd need to capture this information using a proxy server) it is a very quick way to get you instantly banned for life from using the API.

There are a handful of exceptions to this rule, Hipstamatic/Oggl being one of them. Whether or not posts.so is or not, I can't say, though I find it highly unlikely that they're authorized to do that they're doing. More-so with gramblr, their site is.. shady at best.

You can read a similar post here: Uploading photos to Instagram via your own iOS app

As long as you have a valid web cookie session, you can POST to https://www.instagram.com/create/upload/photo/

This is reverse-engineering on the mobile web upload, and is not recommended. Buy hey if you want to hack something... have fun!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!