Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Web API endpoints suddenly not available #116

Open
ReubenFrankel opened this issue Nov 28, 2024 · 1 comment
Open

fix: Web API endpoints suddenly not available #116

ReubenFrankel opened this issue Nov 28, 2024 · 1 comment
Assignees
Labels
bug Something isn't working upstream Related to an upstream dependency or service

Comments

@ReubenFrankel
Copy link
Contributor

Spotify has removed support for some Web API endpoints without warning, namely:

https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api
https://community.spotify.com/t5/Spotify-for-Developers/Changes-to-Web-API/td-p/6540414

@ReubenFrankel ReubenFrankel added bug Something isn't working upstream Related to an upstream dependency or service labels Nov 28, 2024
@ReubenFrankel ReubenFrankel self-assigned this Nov 28, 2024
@ReubenFrankel ReubenFrankel changed the title fix: Spotify deprecating some en fix: Web API endpoints suddenly not available Nov 28, 2024
@ReubenFrankel
Copy link
Contributor Author

It's possible to obtain an access token from https://open.spotify.com/get_access_token. This permits access to at least the playlist-backed streams; not tested audio features.

curl -H 'Authorization: Bearer <access token>' https://api.spotify.com/v1/playlists/37i9dQZEVXbLiRSasKsNU9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream Related to an upstream dependency or service
Projects
None yet
Development

No branches or pull requests

1 participant