Skip to content

App Setup: Imgur Connection

Eldenroot edited this page Jan 25, 2021 · 4 revisions

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

https://api.imgur.com/oauth2/addclient

On the Create App page:

  • Application name: Add a name for your new app.
  • Authorization callback URL: Select "OAuth 2 authorization with a callback URL".
  • Authorization callback URL: https://yoursite.com/member.php?action=login&gateway=imgur
  • Application website (optional): https://yoursite.com
  • Email: Add your contact email.
  • Description: Add a simple description for your app.

Sample app screen should be like:

Imgur App Screen

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