20 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
63
views
Add parameter to QOAuth2AuthorizationCodeFlow using setModifyParametersFunction
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
Reddit API returning 200 but no access_token
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
Reddit Ad Account Id Programmatically using API
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
(newbie) Reddit.NET oauth not working cant seem to find the problem [closed]
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
Getting Bad Request 400 while requesting for access token from authorization code Reddit API
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
Unable to post on to reddit despite having all correct credentials with snoowrap
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
Bad Request 400 when requesting Reddit OAuth2 token
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
error: "unsupported_grant_type" using reddit API, javascript
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
Bad respond when trying to get authentication token for Reddit api 'Application Only OAuth'
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 comments if the submission title includes a specific keyword?
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
Endpoint to fetch Subreddits of a Reddit Account
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
Getting Bad Request 400 while requesting for access token from refresh token Reddit API
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
Can't get Reddit Oauth acces token, I keep getting invalid_grant error
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
How to request access token for Reddit on Google Apps Script
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
Cannot get reddit authentication token from /api/v1/access_token
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: ...