Reddit oAuth

I am trying to pull in ads data from Reddit and I have my own oAuth application and have the entire flow working within PostMan, but I am wondering if Make.com HTTP OAuth just can’t handle the Reddit oAuth flow (even though they have a Reddit app).

I see this topic:

But that didn’t work for me, and I think that is using a different type of auth.

This is Reddit’s auth, I think it is failing on the redirect and pulling in the authorization code of the URL parameter and then requesting the access token.

I have this all working in PostMan pretty well at this point, was just trying to port over to Make.com. I noticed that we could also add additional scopes to the existing reddit oAuth, but it doesn’t have adsread in the list of scopes, and I am not sure the Reddit app can just make arbitrary API calls, which could also solve this problem.

Thanks for the help!

Im still using this so I know it works… Im using the Make an OAuth 2.0 request…

I ended up switching to a custom app and now I have it running, but I could never really get it working with HTTP oAuth Module.

1 Like