Pierre Ghazal
Pierre Ghazal
As @GhimpuLucianEduard suggested, I ended up implementing AppAuth and I've made it a library to make it easy to integrate in apps. The project is a fork from [spotify-web-api-android](https://github.com/kaaes/spotify-web-api-android). Check...
Also running into this issue. However in my case the message is different and so random: ``` Caused by com.spotify.protocol.client.error.RemoteClientException: {"message":"java.lang.Throwable: Failed resolving \u0027hm://bakery/accountscookie\u0027, got status code: 0"} at com.spotify.protocol.client.RemoteWampClient.getRemoteClientException(RemoteWampClient.java:139)...
I had the same issue. The documentation is not very clear IMO. From what I understood, you need first to authorize your application. For this, you'll need first to add...
I was frustrated when I found out we can't refresh token so I've implemented a solution using AppAuth library to make it easy to integrate into Android apps. The project...