Hi!
I am attempting to start using the Reddit API, however I am unable to get past the authentication step.
I am going to build a web app and only need Application Only OAuth. The documentation I am following is here: https://github.com/reddit-archive/reddit/wiki/OAuth2
Extracted from the link above
This is what my Postman POST request looks like with no other authentication
POST request with header
Is there something I am overlooking or missing in the header? Based off of what I am reading this should be everything required, but I am still getting the following error in return:
Returned object
My best guess currently is that I have to apply the client_id and the client_secret somewhere…