jpochyla/psst

Depreciated API endpoints (Nov 27)

Opened this issue · 2 comments

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.

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(

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";