-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a Spotify Developer API Key Guide
Renato edited this page Dec 7, 2024
·
1 revision
- A Spotify account
- Navigate to the Spotify Developer Dashboard
- Click "Log In" and sign in with your Spotify account credentials
- If you don't have an account, click "Sign Up" and create one
- After logging in, click the "Create App" button
- Fill out the application details:
- App Name: Choose a unique, descriptive name
- App Description: Briefly describe your project's purpose
- Redirect URI: Add a valid redirect URI (e.g.,
http://localhost:8080/callback)
- After creating the app, you'll be redirected to the app's dashboard
- Find and copy your:
- Client ID: Public identifier for your application
- Client Secret: Confidential key (keep this private!)
- Go to your app's "Edit Settings"
- Under "Redirect URIs", add all necessary callback URLs
- Select required scopes based on your project's needs (e.g., Web-API, Web Playback SDK)