client credentials not working for "https://api.spotify.com/v1/me/" endpoint
Opened this issue · 2 comments
henriquecpp commented
I am trying to get the song that is currently playing on my player, using the 'client credentials'. However, when using the sample code, a "username invalid" error is returned. I've tried with several other endpoints related to what was mentioned in the title, and they all return the same error.
How to proceed?
Note: I'm using NodeJS
shawnco commented
I'm running into this too! Would love an answer. Is there a way to tell the /v1/me endpoints which user they're supposed to be for?
dkeer commented
The authorization flow indicates that it is not possible.
Client Credentials | Access User Resources NO