Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.19 KB

CREDENTIALS.md

File metadata and controls

40 lines (23 loc) · 1.19 KB

How to create a Spotify App and its credentials

This is required for Authentication at Spotify.

This is how I did it:

  1. I already had a Spotify Account of my own. So I didn't need to create one from scratch. But if you don't have it, then create one for youself at Spotify.
  2. I logged into Spotify.
  3. I went to the Spotify Developer Dashboard and clicked on "CREATE AN APP" as follows:

create an app at spotify developers dashboad

  1. I added an App name and App description, checked the box and clicked on "CREATE" as follows:

create an app name and description

  1. The Spotify will give your credentials (they will be your ENVIRONMENT VARIABLES later on):

credentials given by Spotify to your App

  1. I clicked on "EDIT SETTINGS" (previous image) and inserted a value for REDIRECT_URIs, as follows:

redirect-uri at app edit settings

  1. Then I hit "SAVE", as follows:

save-edit-settings

That's it.

I have the three things I need:

  • CLIENT_ID
  • CLIENT_SECRET
  • REDIRECT_URI

Now, I need to set these things as ENVIRONMENT VARIABLES.