-
Notifications
You must be signed in to change notification settings - Fork 40
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
Authentication issues #6
Comments
I'm having the same issue. |
Same issue, any news? |
+1 |
+1 Any updates @yakupadakli ?? |
For anybody still wondering, I wasn't able to find a solution but ended up using another wrapper that works seamlessly https://github.com/salvoventura/pyunsplash |
@yakupadakli How do I used already saved access token so that I don’t have to authorise again again ? Can you give example ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been using the API for two months without any issues, up until a few days ago. There seems to be an issue with the Oauth token fetch.
To make sure the issue isn't on my side I created a new dummy application as follows:
Running this code with a fresh authorization code gives the following error:
I'm using Python 3.6 and the version of the dependencies specified in the requirements.txt.
Thanks for any help.
The text was updated successfully, but these errors were encountered: