Setting up a Spotify oauth application
Login to Spotify developer portal using your Spotify account credentials
Select Create an app
Pick an app name and description, suggest using spotify_sync as the name, click Create
Select Edit settings, nagivate to Redirect URIs and enter
http://127.0.0.1:9090
and click AddIf you have changed the default Schema this will need to match what you have configured
Click Save
Click Show client secret
Last updated