You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click "Create New Application" and fill out the form.
Copy your Spotify Client ID. You will need this once you are ready to begin coding the app.
Click Edit Settings and add http://localhost:3000/callback to the "Redirect URIs" field. Without this, Spotify would not know which domains are allow to make API calls to your spotify app. "Localhost" is needed for us to develop the app on our local machines first.
The text was updated successfully, but these errors were encountered:
Description
In order to access the Spotify API, you must first begin by creating and registering an "application" on Spotify's playform.
Requirements
http://localhost:3000/callback
to the "Redirect URIs" field. Without this, Spotify would not know which domains are allow to make API calls to your spotify app. "Localhost" is needed for us to develop the app on our local machines first.The text was updated successfully, but these errors were encountered: