Posting to Instagram via Script / Online / Program. Everything is good, but mobile

I just wanted to know if there is a way to upload images to Instagram WITHOUT using iOS / Android?

I really desperately need a solution, if I cannot find anything, I will have to run an Android virtual device or something like that (in any case, I have a virtual machine with Windows XP 24/7)!

+4
source share
1 answer

The official RESTful Instagram API does not allow photos to be uploaded because they want to promote "life on the go."

However, some work has been put together to document their iPhone APIs, and some unofficial client libraries have already been done. Check out https://github.com/mislav/instagram/wiki

It seems your only alternative at the moment. None of the unofficial libraries look very complete, so you'll have to do the work of sending requests manually using the reverse-spec API specifications provided on the wiki.

+3
source

All Articles