Spotify Authentication Instructions
To authenticate your Spotify Web API app with Spotlightify, follow these simple steps:
- Go to the Spotify Developer Dashboard at https://developer.spotify.com/dashboard/.
- Log in to your Spotify account. Please note that a Spotify premium account is required for this step.
- Create a new app by clicking on the "Create app" button.
- Fill in the required fields as follows:
- App Name: Spotlightify
- App Description: Spotlightify App
- Redirect URIs: Copy
http://localhost:49264/auth/callback
, paste it in the textbox and click the "Add" button - Which API/SDKs are you planning yo use? Tick "Web API"
- Tick the "I understand..." checkbox
- Click the "Save" button
- Once your app is created, you will be redirected to the app dashboard.
- Click on the "Settings" button.
- Copy the "Client ID" and "Client Secret" values from the app dashboard.
- In Spotlightify, click on each of the "Add Spotify Client ID" and "Add Spotify Client Secret" buttons and paste your Client ID and Client Secret values individually.
- Click the "Authenticate with Spotify" button.
- You're now ready to authenticate your app with Spotify! Enjoy using Spotlightify!