Skip to content

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 as https://yoursite.com/member.php?action=login&gateway=yahoo
  • Select API Permissions: OpenID Connect Permissions.

Sample app screen should be like:

Yahoo App Screen

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.