-
Notifications
You must be signed in to change notification settings - Fork 3
Imgur API Credentials
Bas Boellaard edited this page Mar 21, 2018
·
25 revisions
This is a guide to create the Imgur API credentials necessary for Prodosía to function.
https://api.imgur.com/oauth2/addclient
After going to the specified url at the top, login to Imgur and fill out the registration form.
- Application name
The name that will be shown whenever someone logs in through these credentials. - Authorization type / Authorization callback URL
It is not required to use a custom callback URL. Ifwithoutis chosen, the API credentials will default to usinghttp://imgur.comas callback. If a custom callback is used, it is recommended to make it a low-load site (such ashttp://google.com) to minimize web traffic. - Application website
Entirely optional, no bearing on functionality. - Email
The Email that will remain associated with these credentials. - Description
The description that will be shown whenever someone logs in through these credentials.
After submitting, the webpage will redirect to a page with the
Client IDClient secret
Both of these, along with an optional callback (if it was chosen) must be inserted in the Prodosía application.