-
Notifications
You must be signed in to change notification settings - Fork 7
App Setup: Yahoo! Connection
Debabrata Trivedi edited this page Jan 16, 2021
·
3 revisions
Site owners need to create a 'web application' at yahoo developer protal first. https://developer.yahoo.com/apps/create/
On the Create App page:
- Select Application type as "Web Application"
- Redirect URI(s): It may appear tricky few times, as it may land to a not-so-friendly invalid parameter warning page just stating something like: Uh Oh! Looks like something went wrong, please try again later. To deal with this it is recommended to apply 2 separate Redirect URIs:
https://yoursite.com/member.php
as well ashttps://yoursite.com/member.php?action=login&gateway=yahoo
- Select API Permissions: OpenID Connect Permissions.
Sample app screen should be like:
Now grab the provided Client ID
and Client Secret
to your MyBB Isango plygin settings, re-enable the plugin to generate necessary settings and buttons.
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