The Wayback Machine - https://web.archive.org/web/20201102052109/https://github.com/javen-hao/reddit-app
Skip to content
master
Go to file
Code
This branch is 17 commits behind Baeldung:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Configure the Application

To run the project, you first need to modify (src/main/resources/*.properties) based on your environment.

  • To set (reddit.properties) correctly, you need to create your reddit app by following [this guide] (https://github.com/reddit/reddit/wiki/OAuth2)
  • Also make sure to provide valid email configuration in (email.properties)

Create Your Own Reddit App

  1. First, go to your [Reddit Preferences page] (https://www.reddit.com/prefs/apps).
  2. Click Create an app button:
  • Name: The name you have chosen for your app.
  • Choose the type of the app to be web app.
  • Description: Write the description of your app (optional).
  • About url: url of your application (optional).
  • Redirect uri: Very Important, the callback url to be redirected to after obtaining access token http://localhost:8080/reddit-scheduler/redditLogin

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.