rancoud / RInstagramBot

Bot for Instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram API is dead

If you think it will be easy to use Instagram API you are a fool!
Lot of process to review your application.
Lot of constraints.
In sandbox mode you will have only access to your user and his data.
So a lot of endpoint won't work as expected in documentation.
Currently I will try to get all permission for this works, BUT if I can't I will stop developpement for this dead API

RInstagramBot

Bot for Instagram

Nota Bene

Callback URI must be exact with what you declare.
Here the authorized callbacks

REGISTERED REDIRECT URI REDIRECT_URI PARAMETER PASSED TO /AUTHORIZE VALID?
http://yourcallback.com/ http://yourcallback.com/ yes
http://yourcallback.com/ http://yourcallback.com/?this=that yes
http://yourcallback.com/?this=that http://yourcallback.com/ no
http://yourcallback.com/?this=that http://yourcallback.com/?this=that&another=true yes
http://yourcallback.com/?this=that http://yourcallback.com/?another=true&this=that no
http://yourcallback.com/callback http://yourcallback.com/ no
http://yourcallback.com/callback http://yourcallback.com/callback?type=mobile yes

About

Bot for Instagram

License:MIT License


Languages

Language:JavaScript 100.0%