Upload images to instagram without needing the app.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
assets
js
InstagramUploader.php
LICENSE
README.md
index.php
upload.php

README.md

InstagramUploader

What is this?

This is a discontinued project of mine to create a web service for uploading photos to instagram. This code allows you to bulk upload multiple files to Instagram at once.

This could should serve as reference for creating your own app.

It doesn't work anymore!

If it suddenly stops working, you need to extract the new signature key from the instagram app. A pretty good write up on that is found here and here

Documentation

I lost it all, sorry. Will attempt to rewrite it.

Examples

Test using my web app here

Or check my test account here

Why does it need a password?

Because this uses the same API calls as the official app, which uses your password. I was reverseing OAuth to allow for uploading but never got to finishing it.

It gives me a media id but there is no image on my account

Congratulations, your account now requires you to solve a captcha to upload. Solve it on your phone (or write a method to retreive it in the browser) and get back to normal.

Contributing

Submit a pull request.