-
Notifications
You must be signed in to change notification settings - Fork 7
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=spotify
and click on "Add" button. - Bundle IDs: Leave this field blank.
- Android Packages: Leave this field blank.
Sample app screen should be like:
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!
Official release thread MyBB Group > Isango
-
Facebook - WIP
-
LinkedIn - WIP
-
Microsoft - WIP
- Custom and predefined Buttons for login and register
- FontAwesome support and basic CSS tutorial