Question
How do I connect my Spotify account to Songify?
Answer
You create a Spotify developer app, then paste its Client ID and Secret into Songify. That's how the app talks to Spotify on your PC.
1. Create a Spotify app
Open the Spotify Developer Dashboard and log in.
Click Create an App.
Give it a name (Songify is fine) and a short description.
Set the Redirect URI to
http://127.0.0.1:4002/authClick Add after you paste the URI. If you skip Add, Spotify ignores it and linking will fail later.
Save the app.
2. Copy the Client ID and Secret
- Open Settings on the app you just created (top right).
- Copy the Client ID.
- Click View client secret and copy that too.
3. Paste them into Songify
- Go to Settings → Spotify.
- Paste the Client ID and Client Secret.
- In the dropdown next to Link, choose
127.0.0.1.
4. Link the account
Click Link, sign in to Spotify if it asks, and allow access.
When it works, Songify shows your Spotify name and profile picture.
If Spotify says INVALID CLIENT, the URI usually wasn't added. See INVALID CLIENT and Invalid redirect URI.