mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| permalink |
|---|
| /credentials/twitter |
You can find information about the operations supported by the Twitter node on the integrations page. You can also browse the source code of the node on GitHub.
Prerequisites
Create a Twitter developer account.
Using OAuth
- Go to the apps page in your Twitter developer account.
- Click on the Create an app button.
- Type in any necessary information and ensure 'Enable Sign in with Twitter' is checked.
- Copy the 'OAuth Callback URL' provided in the Twitter OAuth API credentials in n8n and paste it in the 'Callback URLs' section in the Twitter app creation page.
- Click on the Create button.
- Click on Keys and tokens and use the 'API key' and the 'API secret key' 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.