Spotify setup - songify-rocks/Songify GitHub Wiki
Spotify setup
Songify uses the Spotify Web API. You should create your own Spotify application for stable authentication.
1. Create a Spotify application
- Open the Spotify Developer Dashboard and log in.
- Create an app and note the Client ID and Client Secret.
2. Redirect URI
In the app’s Settings, under Redirect URIs, add exactly:
http://127.0.0.1:4002/auth
Click Add, then Save.
3. Enter credentials in Songify
- Open Settings → Spotify.
- Paste Client ID.
- Click Link and complete the browser login.
You should see your linked Spotify account in settings when successful.
Song requests
Spotify Premium is required on the account you use for playback when using Spotify-backed song requests.
Related errors
See Troubleshooting for INVALID CLIENT and invalid redirect URI.