Integrations
How to connect Reddit to Nova Admin via OAuth.
Connect your Reddit account to monitor subreddits and reply to posts. Uses OAuth 2.0 — your password is never stored.
How OAuth connection works
Reddit uses OAuth 2.0. Nova Admin stores an access/refresh token pair on your behalf — your password is never stored.
Prerequisites
Before clicking Authorize, complete these setup steps:
- If you have an existing Reddit app, go to reddit.com/prefs/apps and click edit to get your credentials
- For new apps, apply via Reddit's Developer Support form (self-service creation ended Nov 2025)
- Set the app type to "web app" and the redirect URI to: {{callbackUrl}}
- Copy the Client ID (shown under the app name) and the Client Secret
- Paste both values into the fields below and click Authorize
Credential fields
| Field | Required | Notes |
|---|---|---|
| Client ID | Yes | Shown under your Reddit app name |
| Client Secret | Yes | Secret — stored encrypted. |
Connect
In Nova Admin, go to /agents/integrations, find Reddit, enter the OAuth credentials above, and click Authorize. You will be redirected to Reddit to grant access, then back to Nova Admin.
Troubleshooting
- Redirect URI mismatch: ensure the OAuth app's redirect URI exactly matches the callback URL shown in the connect dialog.
- Scopes error: verify your OAuth app has the scopes listed above enabled.
- Need help?: refer to the Reddit OAuth docs.