Setting up a Spotify oauth application

  1. Login to Spotify developer portal using your Spotify account credentials

  2. Select Create an app

  3. Pick an app name and description, suggest using spotify_sync as the name, click Create

  4. Select Edit settings, nagivate to Redirect URIs and enter http://127.0.0.1:9090 and click Add

    • If you have changed the default Schema this will need to match what you have configured

  5. Click Save

  6. Click Show client secret

You are now able to see your Schema and Schema

Last updated