16 lines
463 B
Plaintext
16 lines
463 B
Plaintext
---
|
|
title: Reddit
|
|
description: How to add Reddit to your system
|
|
---
|
|
|
|
Head over to [Reddit developers](https://www.reddit.com/prefs/apps) and create a new app.
|
|
In the type of app, select `web app` and in the redirect uri, add `http://localhost:4200/integrations/social/reddit`.
|
|
|
|
Copy the Reddit client id and client secret and add them to your `.env` file.
|
|
|
|

|
|
|
|
```env
|
|
REDDIT_CLIENT_ID=""
|
|
REDDIT_CLIENT_SECRET=""
|
|
``` |