Get Started with Spotify API
Learn how to obtain the client credentials required to use the Spotify API.
To use the Spotify API, we need the "Client ID" and "Client Secret" that the Spotify API provides. We'll also need to add a redirect URL on which we want to land once the user grants us the required permissions. Initially, we need to set up an account and create an app on Spotify. We'll look at how we can do this step-by-step in this lesson.
Create an app
Let's look at how to create an app on Spotify.
Go to the Spotify registration page and create your Spotify account.
Once the ...