Skip to content

App Setup: Spotify Connection

Eldenroot edited this page Jan 25, 2021 · 1 revision

Site owners need to create a 'web application' at Spotify developer portal first:

https://developer.spotify.com/dashboard/applications

On the Create App page:

  • App Name: Add a name for your new app.
  • App description: Add a simple description for your app. Now continue to "Edit settings" button where you add more:
  • Website: https://yoursite.com
  • Redirect URIs: https://yoursite.com/member.php?action=login&gateway=spotifyand click on "Add" button.
  • Bundle IDs: Leave this field blank.
  • Android Packages: Leave this field blank.

Sample app screen should be like:

Spotify App Screen Spotify App Screen

Now grab the provided Client ID and Client Secret (also available on this page: https://developer.spotify.com/dashboard/applications) and add it to your MyBB Isango plugin settings, hit "Save" button and you are done!