Refresh token in spotify android sdk?

1.3k views Asked by At

I'm making an Android's app using Spotify SDK. Spotify access token expires after some time.

To retrieve refresh token i found web based api authentication solution.

Can we get refresh token using spotify android sdk?, Is this feature added in the sdk now?

1

There are 1 answers

0
Ale Zalazar On

In Spotify Android SDK github.com project they say they won't implement refresh token functionality on the SDK, so you have to implement it yourself in some backend using this Web API Authorization Guide as reference.