mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| permalink | description |
|---|---|
| /credentials/reddit | Learn to configure credentials for the Reddit node in n8n |
You can use these credentials to authenticate the following nodes with Reddit.
Prerequisites
Create a Reddit account.
Using OAuth
- Open Reddit.
- Click on your avatar on the top right and select 'User Settings'.
- Click on the Safety & Privacy tab.
- Scroll to the bottom and click on Manage third-party app authorization.
- Click on the are you a developer? create an app... button.
- Enter the name of your application in the name field.
- Copy the 'OAuth Callback URL' provided in the 'Reddit OAuth2 API' credentials in n8n.
- Paste the URL in the redirect uri field.
- Click on the create app button.
- Copy the client ID displayed next to the app's icon.
- Enter a name for your credentials in the Credentials Name field in the 'Reddit OAuth2 API' credentials in n8n.
- Paste the client ID in the Client ID field in the 'Reddit OAuth2 API' credentials in n8n.
- Copy the client secret from Reddit and paste it in the Client Secret field in the 'Reddit OAuth2 API' credentials in n8n.
- Click on the circle button in the OAuth section to connect a Reddit account to n8n.
- Click on the Save button to save your credentials.
The following video demonstrates the steps mentioned above.