n8n-docs/docs/integrations/builtin/credentials/reddit.md
Justin Ellingwood a7dc52d6e1
Change repo links to absolute file paths (#2829)
Co-authored-by: Nick Veitch <nick.veitch@n8n.io>
2025-02-11 17:40:26 +00:00

1.6 KiB

title description contentType
Reddit credentials Documentation for Reddit credentials. Use these credentials to authenticate Reddit in n8n, a workflow automation platform.
integration
reference

Reddit credentials

You can use these credentials to authenticate the following nodes:

Prerequisites

Create a Reddit{:target=_blank .external-link} account.

Supported authentication methods

  • OAuth2

Refer to Reddit's developer documentation{:target=_blank .external-link} for more information about the service.

Using OAuth2

To configure this credential, you'll need:

  • A Client ID
  • A Client Secret

/// note | Developer program Reddit's developer program is in a closed beta. The instructions below are for regular Reddit users, not members of the developer platform. ///

Generate both by creating a third-party app{:target=_blank .external-link}. Visit the previous link or go to your profile > Settings > Safety & Privacy > Manage third-party app authorization > are you a developer? create an app.

Use these settings for your app:

  • Copy the OAuth Callback URL from n8n and use it as your app's redirect uri.
  • The app's client ID displays underneath your app name. Copy that and add it as your n8n Client ID.
  • Copy the app's secret and add it as your n8n Client Secret.