From bb061e18cd57e7b91babeaf95238ed06ebd15ec0 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Sat, 29 Dec 2018 19:23:21 +1100 Subject: [PATCH] Documentation for Reddit OAuth callback URI --- local_settings.example.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local_settings.example.py b/local_settings.example.py index 0e7dde5..6b42ed8 100644 --- a/local_settings.example.py +++ b/local_settings.example.py @@ -39,6 +39,8 @@ MAIL_USERNAME, MAIL_PASSWORD = None, None MAIL_DEFAULT_SENDER = 'eos@localhost' # Reddit +# Register a web app at https://www.reddit.com/prefs/apps +# The redirect URI will be https://localhost:5000/auth/reddit/oauth_callback (replace with real host:port) REDDIT_OAUTH_CLIENT_ID = 'xxxxxxxxxxxxxx' REDDIT_OAUTH_CLIENT_SECRET = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx'