Help Wizard

Step 1

NEXT STEP

How to find spotify token

How to find spotify token

Hi, I'm currently developing code with the spotify api and I'm wondering how to get the authorization token for spotify, I didn't find anything on spotify dev only client id and secret.

Reply
1 Reply

You can follow this tutorial on how you can get public data from Spotify with Client Credentials.

If you want to request (your) user data, you need to choose a Authorization Code flow from this page.

Suggested posts