-
|
I saw Spotify was not connected today, and was unable to get any authentication done in multi-scrobbler. I did some investigations. From the app logs: And then getting the token and trying to hit the API: Additionally, Spotify API changes: https://developer.spotify.com/documentation/web-api/tutorials/february-2026-migration-guide So does this mean we cannot get access to Spotify plays anymore if we do not have premium subscription? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yes, unfortunately it looks like you are partially correct. I initially thought that
meant that existing apps from non-premium users would still work but that seems to not be the case. It's still feasible to use an app as a non-premium user. You just need to know someone with a premium account. From the guide/blog post:
So if you know someone with premium:
I will update the docs with this new information, |
Beta Was this translation helpful? Give feedback.
Yes, unfortunately it looks like you are partially correct. I initially thought that
meant that existing apps from non-premium users would still work but that seems to not be the case.
It's still feasible to use an app as a non-premium user. You just need to know someone with a premium account. From the guide/blog post:
So if you know someone with premium:
https://developer.spotify.com/dashboard/YOUR_APP_ID/users)I…