marcopompili / django-instagram

Instagram application for Django.
BSD 3-Clause "New" or "Revised" License
76 stars 27 forks source link

Invalid client ID #7

Closed blackwiz4rd closed 7 years ago

blackwiz4rd commented 7 years ago

Hi, when I press on get token (after logging in) I get this error message: {"error_type": "OAuthException", "code": 400, "error_message": "Invalid Client ID"}

https://www.instagram.com/oauth/authorize/?client_id=5668831cb13b4876a63fa53fe768927e&redirect_uri=http://www.emarcs.net/instagram/&response_type=code

http://www.emarcs.net/instagram/ returns 404

any way to fix it? Thanks

marcopompili commented 7 years ago

You installed an old version, for installing the current version:

pip install django-instagram==0.2.0a1