X (formerly Twitter) Credentials
Prerequisites
Create an X developer account.
Create a Twitter app or use the default project and app created when you sign up for the developer portal. Refer to each supported authentication method below for more details on the app's configuration.
Supported authentication methods
OAuth2
Related resources
Refer to X's API documentation for more information about the service. Refer to X's API authentication documentation for more information about authenticating with the service.
Refer to Application-only Authentication for more information about app-only authentication.
Using OAuth2
To configure this credential, you'll need:
A Client ID
A Client Secret
To generate your Client ID and Client Secret:
In the Twitter developer portal, open your project.
On the project's Overview tab, find the Apps section and select Add App.
Give your app a Name and select Next.
Go to the App Settings.
In the User authentication settings, select Set Up.
Set the App permissions. Choose Read and write and Direct message if you want to use all X tools of the XYZ.
In the Type of app section, select Web App, Automated App or Bot.
In XYZ, copy the OAuth Redirect URL.
In your X app, find the App Info section and paste that URL in as the Callback URI / Redirect URL.
Add a Website URL.
Save your changes.
Copy the Client ID and Client Secret displayed in X and add them to the corresponding fields in your credential.
Refer to X's OAuth 2.0 Authentication documentation for more information on working with this authentication method.
Last updated