Open IgnaceMaes opened 6 years ago
I'm having the same issue.
Same issue, any news?
+1
+1 Any updates @yakupadakli ??
+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
Hello, you need to provide correct client_id, client_secret, redirect_uri and code that returns from redirect uri. You can get token in unsplash developer panel.
@yakupadakli How do I used already saved access token so that I don’t have to authorise again again ?
Can you give example ?
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.