File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,23 @@ title: Reddit
3
3
description : How to add Reddit to your system
4
4
---
5
5
6
+ import {Steps , Callout } from " nextra/components" ;
6
7
import OAuth2Redirect from " ../../components/snippets/oauth2redirect.tsx" ;
7
8
8
- Head over to [ Reddit developers] ( https://www.reddit.com/prefs/apps ) and create a new app.
9
- In the type of app, select ` web app ` and in the redirect uri, add your redirect URI.
9
+ <Steps >
10
+
11
+ ### Create an app on Reddit Developerrs
12
+
13
+ Head over to [ Reddit developers] ( https://www.reddit.com/prefs/apps ) and click on ** create a new app** .
14
+
15
+ * ** Name:** ` MyPostizInstance ` (or whatever you like)
16
+ * ** App type:** ` web app `
17
+ * ** Redirect URI:** (see below)
10
18
11
19
<OAuth2Redirect provider = " reddit" />
12
20
21
+ ### Set environment variables
22
+
13
23
Copy the Reddit client id and client secret and add them to your ` .env ` file.
14
24
15
25
![ Reddit] ( /images/providers/reddit/reddit-001.png )
You can’t perform that action at this time.
0 commit comments