0

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?

Praveen Mishra
  • 146
  • 1
  • 12
  • Possible duplicate of [How to refresh Access Token on Spotify SDK for Android?](https://stackoverflow.com/questions/30085038/how-to-refresh-access-token-on-spotify-sdk-for-android) – RED_ Sep 13 '17 at 10:12
  • @RED_ I am looking for solution to get refresh token using spotify android sdk. – Praveen Mishra Sep 13 '17 at 10:16

1 Answers1

0

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.

Ale Zalazar
  • 1,875
  • 1
  • 11
  • 14