Comment 4 for bug 1565048

Revision history for this message
Rik Mills (rikmills) wrote :

To fix seems to need:

(1) registration/obtaining a clinet ID from imgur for their v3 api.

Needs a "Authorization: Client-ID YOUR_CLIENT_ID" header sent with the POST request

(2) Modification of the POST request to add that header and use the v3 api url endpoint

(3) As the format of the json response for v3 api is very different, upload plugin code needs amending to properly extract and format the image and delete urls, to then return to the main shutter application.