-
Notifications
You must be signed in to change notification settings - Fork 122
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
Error: Please supply client_id and client_secret via use() #23
Comments
Thanks for filing the bug, we'll look into it asap. |
Got this issue again. Error: Please supply client_id and client_secret via use() |
This seems to be happening again for me as well, subsequent hits after the initial one throw the above error. |
I am getting same error "Please supply client_id and client_secret via use()" in version 0.5.8. |
Hi,
Each time before calling instagram.get_authorization_url(), please call instagram.use(option). Hope it will help for you. |
I see the same issue recently... Sean |
I'm still seeing this issue - first auth is fine, but subsequent auths will fail. |
On the first hit of the route /authorize_user authorises oaky.
On further hits of the route /authorize_user it results in a "Error: Please supply client_id and client_secret via use()" error, even thought both the client_id and client_secret's are set in the use.
The text was updated successfully, but these errors were encountered: