I've been teaching myself how to use react and meteor and I'm following a course on Udemy. The first project we have to do requires the imgur gallery endpoint which is : https://api.imgur.com/3/gallery/hot/viral/0.json.
Obviously however I get the error saying "authorization required".
I am trying to complete the authorization that is here: https://apidocs.imgur.com/. However, at step 3, where I'm supposed to generate the new token, I get an error in the Postman Console saying:
{"data":{"error":"redirect_uri_mismatch","request":"/oauth2/authorize","method":"GET"},"success":false,"status":400}
Exactly what am I doing wrong?
I also uploaded a picture with the error I am getting in console. I am not sure if you need more or not as I am pretty clueless to what is going on so far. https://i.stack.imgur.com/IGZgp.png