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

  1. Open the Spotify Developer Dashboard and log in.
  2. 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

  1. Open Settings → Spotify.
  2. Paste Client ID.
  3. 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.