Nova Admin Docs
Integrations

Reddit

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:

  1. If you have an existing Reddit app, go to reddit.com/prefs/apps and click edit to get your credentials
  2. For new apps, apply via Reddit's Developer Support form (self-service creation ended Nov 2025)
  3. Set the app type to "web app" and the redirect URI to: {{callbackUrl}}
  4. Copy the Client ID (shown under the app name) and the Client Secret
  5. Paste both values into the fields below and click Authorize

Credential fields

FieldRequiredNotes
Client IDYesShown under your Reddit app name
Client SecretYesSecret — 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.

On this page