Help Wizard

Step 1

NEXT STEP

problem with token Unauthorized

problem with token Unauthorized

i request my token with my client id and client secret i can get the token but if i want to use this token to do anyhting else i cant use it for example im trying to get current user's id https://api.spotify.com/v1/me but documentations says that you have to use token in the header i used it but somehow it doesnt work properly because i get error 401 Unauthorized

https://drive.google.com/file/d/1acILo4kIiMa5rz6PYKgqHId7HldNoXWm/view?usp=drive_link 

Reply
1 Reply

This is caused by not using Client Credentials instead of Authorization.

Suggested posts