Search code examples
postmanimgur

Postman "Could not complete OAuth 2.0 login" when using Imgur API


Here is what Imgur says I should do enter image description here

Here is what I am doing enter image description here

And after I hit Request Token I am redirected to give accessenter image description here

And After I give access enter image description here

Any suggestions on how I could fix this?


Solution

  • I was running into the same issue, got fixed by changing the callback url from https://www.getpostman.com/yada/yada/yada to https://imgur.com. I also changed the postman version from the chrome app to the desktop version, I'm not sure if this did the trick or not.