Setting up the Spotify Web API
Things to do on the Spotify API Dashboard to configure the app
Register the app with the Spotify API
Head to developer.spotify.com.
Login with your Spotify account.
Once redirected to your Dashboard, Click on 'Create an App'.
Register the app via the pop up that appears.
Name the app
Statify
Configure the App
Click on the
Edit Settingsbutton on the right side of your app's dashboard.
Look for the
Redirect URIsfield. Add the following link to it:
https://induviduality.github.io/local-redirect/Click the
Savebutton to save and close.
Add Users to the App
Next, click on the
Users and Accessbutton next to theEdit Settingsbutton.Under the 'Users and Access' heading, click on the
Add new Userbutton.
Enter the display name of the Spotify account you will use to login while running the app. Enter the email ID associated with the account too. Click the
Addbutton to save.
Save your API Credentials
In your app dashboard, copy the
Client IDand paste it somewhere safe till we use it in the following steps.Click on
Show Client Secretto reveal yourClient Secretand copy the same.
Your Client ID and Client Secret are to be highly confidential. Do not make it public at any cost.
Last updated