mr-karan / Insta-notFollow

A Flask web app to find out people whom you follow on Instagram but they don't follow you back :smiling_imp:
MIT License
22 stars 3 forks source link

OAuthException while signing in! #1

Open n0shake opened 8 years ago

n0shake commented 8 years ago

This is a great idea. But, I get this error when I try to sign-in:

{"code": 400, "error_type": "OAuthException", "error_message": "Invalid scope field(s): follower_list"}

mr-karan commented 8 years ago

Yes. It broke recently, because Instagram has decided to change their policy for creating applications. First need to get approved from them for permissions.

n0shake commented 8 years ago

Ohh, okay. Off topic, your website is really cool! Can you tell me which language/frameworks/tools did you use?

mr-karan commented 8 years ago

Thanks

Used https://github.com/prakhar1989/react-term for a terminal emulator, and blog is powered by Ghost. Using https://github.com/axitkhurana/buster to convert to a static site and deployed on GH Pages

lakshay42 commented 7 years ago

log in nahi ho raha bhai

mr-karan commented 7 years ago

Instagram has changed their OAuth APIs, so my code is deprecated for now. If I get time, I'll update to the new login flow or else feel free to send a PR.