Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
63 views

I am working on a Qt project. I want to establish permanent access to Reddit API using the refresh_token that reddit's OAuth Authentication provides after successful authentication and that Qt's ...
0 votes
0 answers
161 views

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/...
1 vote
1 answer
279 views

I am having issue in getting Reddit ads account id programmatically. I know how to get the ad account id if it is my account I can just log into account and get it, but I want to get the ad account id ...
-3 votes
1 answer
109 views

library : https://github.com/sirkris/Reddit.NET cant get oauth to work this is the code : public class RedditManager { private readonly RedditClient _redditClient; public RedditManager(string ...
0 votes
0 answers
646 views

I'm trying to use the reddit API to pull text data for a project, but I can't get the OAuth access token. Instead of responding with the access token, the response just says bad request. Here's my ...
0 votes
1 answer
128 views

Receiving an invalid grant error despite all credentials being correct. Does anyone know the routes I should post to and what headers and data I should include? The code I tried is here: exports....
2 votes
2 answers
1k views

I am trying to use reddit api to send private message on behalf of the user. But I am not being able to complete the Oauth2 authorization to get an access token. I am following the guide here: https://...
1 vote
1 answer
938 views

During the Oauth process for reddit API, I have gotten stuck at the access token request, getting an error saying 'unsupported_grant_type'. The API documentation says to use grant type '...
1 vote
0 answers
814 views

So i been trying to get access to the reddit api. I registered to reddit. verified my mail. opened an app and got my credentials. Followed this official documentation and also came across to this ...
0 votes
1 answer
828 views

Using the Reddit API, is it possible to return a list of Reddit comments if the submission title includes a specific keyword? For example, if the keyword is "Lime Sparkling Water", I want to ...
2 votes
1 answer
592 views

I have completed the oauth flow for my third party app against a Reddit account and I've gotten the access token for the account. Now my next issue is How can I fetch the subreddits for an account ...
1 vote
0 answers
1k views

Initially i'm getting access token for reddit api by using payload={'grant_type': 'client_credentials', 'duration': 'permanent'} and this gives me access_token as well as refresh token and by using ...
1 vote
0 answers
980 views

I am trying to build a web app to summarize useful informations and one of the things I want to add is a Reddit widget. I spent the entire day struggling with Axios because for some reason my request ...
3 votes
1 answer
768 views

I have been trying to figure out how to acquire an access token from Reddit API in Google Apps Script. I have below code written so far: function main() { var username = 'myredditusername'; var ...
0 votes
1 answer
689 views

I'm currently using the node.js reddit (https://www.npmjs.com/package/reddit) plugin which will automatically get and process the authentication token but for some reason, it's failing for me. Error: ...

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /