Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oauth protocol #suggestion #9

Closed
alisonamerico opened this issue Jan 15, 2018 · 1 comment
Closed

Oauth protocol #suggestion #9

alisonamerico opened this issue Jan 15, 2018 · 1 comment

Comments

@alisonamerico
Copy link

Hi, is it possible to use Oauth protocol instead of raw username and password? I think it would make a even more robust API.

@b3nab
Copy link
Owner

b3nab commented Jan 15, 2018

Hi @alisonamerico , how do you suggest to use Oauth?
This client use the auth provided by Instagram (Private) API. The endpoints were sniffed with some proxy software like Charles and coded here in python.

See code in "instapy_cli/api/session.py" on line 48 there is the function login() that require username and password, both were needed by instagram login method. This is the only function that could open a session with instagram private api and then upload a pic.

If you know what add to implement Oauth do a Pull Request, I will be happy to integrate it. 👍

@b3nab b3nab closed this as completed Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants