You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 👍
Hi, is it possible to use Oauth protocol instead of raw username and password? I think it would make a even more robust API.
The text was updated successfully, but these errors were encountered: