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

Depreciated API endpoints (Nov 27) #561

Open
jacksongoode opened this issue Nov 28, 2024 · 2 comments
Open

Depreciated API endpoints (Nov 27) #561

jacksongoode opened this issue Nov 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jacksongoode
Copy link
Collaborator

https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api

I'm not sure how this impacts Psst but I wanted to add it here to start a thread on issues that folks might find.

@jacksongoode jacksongoode added the bug Something isn't working label Nov 28, 2024
@karelbilek
Copy link

Looking at the client.rs, it does indeed use exactly the deprecated APIs for the recommendations and for the audio analysis, at least.

pub fn get_recommendations(

@kingosticks
Copy link

kingosticks commented Nov 29, 2024

If you're using an access token derived from Spotify's desktop client ID (or similar), it should keep working for now. Presumably you're doing that. I think there's a good chance they won't ever kill that.... famous last words...

Edit:
You are:

pub const CLIENT_ID: &str = "65b708073fc0480ea92a077233ca87bd";

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

No branches or pull requests

3 participants