mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-oauth.gif | ||
| permalink | description |
|---|---|
| /credentials/twitter | Learn to configure credentials for the Twitter node in n8n |
You can use these credentials to authenticate the following nodes with Twitter.
Prerequisites
Create a Twitter developer account.
Using OAuth
- Access the Twitter Developer portal.
- Scroll down to the Standalone Apps section and click on the +Create App button.
- Enter a name for your app in the App name field.
- Click on the Complete button.
- Copy the displayed API key and API secret key.
- Scroll down to the Setup your App section and click on the App settings button.
- Scroll down to the Authentication settings section and click on the Edit button.
- Toggle Enable 3-legged OAuth to
true. - Copy the 'OAuth Callback URL' provided in the Twitter OAuth API credentials in n8n and paste it in the Callback URLs field on the Twitter Developer Portal.
- Enter your website URL in the Website URL field.
- Click on the Save button.
- Use the 'API key' and the 'API secret key' that you copied earlier with your Twitter OAuth API credentials in n8n.
- Click on the circle button in the OAuth section to connect a Twitter account to n8n.
- Click the Save button to save your credentials.
Note: If you want to create, like, or retweet a tweet, or send a direct message you have to provide the appropriate App permissions to your Twitter app.
