rogeriopvl / downstagram

Command line tool to download and backup all your Instagram photos
MIT License
32 stars 7 forks source link

DOWNSTAGRAM OAUTH SETUP fails because of sandbox mode #9

Open hymced opened 8 years ago

hymced commented 8 years ago

https://instagram.com/oauth/authorize/?client_id=7ddab0c3062e463ea63d5c0d179c0308&redirect_uri=https://rogeriopvl.github.com/downstagram&response_type=token

gives me :

{"code": 403, "error_type": "OAuthForbiddenException", "error_message": "You are not a sandbox user of this client"}

So your app is still on SandBox mode, maybe you'll need to register me as a sandbox user or Go Live with your app if I'm getting this right !?

Thanks for your help

jqdoumen commented 6 years ago

Same issue here ... but I entered the authentication code into the webpage, not into your application.

cprkrn commented 4 years ago

Same