Wiggles
Wiggles

Reputation: 143

need help setting up reddit oauth with nodejs

I've been struggling with this for a couple days now and the Reddit API documentation has not provided me with the insight i need to get oauth access using node. I registered my application with Reddit and entered 'http://localhost:3000/authorize' as my redirect_ URL since this is for testing. Reddit then provided me with a consumer key and secret. I cannot figure out where to go from here though. As far as i can tell, i have to somehow redirect the browser to 'https://ssl.reddit.com/api/v1/authorize' and provide my consumer_key and secret. The user can then login, and be redirected back to my demo site. What i need is a small guide or demo that i can study to find out how to set this whole process up using node.

Upvotes: 2

Views: 973

Answers (1)

Related Questions