Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get credentials from Spotify #11

Open
5 tasks
scott-coates opened this issue Dec 30, 2022 · 0 comments
Open
5 tasks

Get credentials from Spotify #11

scott-coates opened this issue Dec 30, 2022 · 0 comments
Milestone

Comments

@scott-coates
Copy link
Contributor

Description

In order to access the Spotify API, you must first begin by creating and registering an "application" on Spotify's playform.

Requirements

  • Login or create an account on Spotify: https://developer.spotify.com/dashboard/login.
  • Go to the Applications page: https://developer.spotify.com/dashboard/applications.
  • Click "Create New Application" and fill out the form.
    image
  • Copy your Spotify Client ID. You will need this once you are ready to begin coding the app.
    My_Dashboard___Spotify_for_Developers
  • 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. image
@scott-coates scott-coates added this to the Sprint 1 milestone Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant