When I use the following URI in Postman, I am successfully getting the access_token back, but when I use the same URI in my .NET app, I am getting a 403 message.
https://www.reddit.com/api/v1/access_token?grant_type=password&username=xxxx&password=xxxx
Any help will be appreciated.
Thanks.