Twitter Connector Overview¶
The Twitter Connector allows you to work with Twitter, a social networking site where users broadcast short posts known as Tweets. You can use the Twitter connector to work with Tweets, users, lists, and direct messages. The connector uses the Twitter API v2 to interact with Twitter.
Info
If your Twitter application is using Twitter API v1.1, you have to use the Twitter v2.0.7 Connector to interact with Twitter.
To see the Twitter Connector, navigate to the connector store and search for "twitter".
Compatibility¶
Connector Version | Supported product versions |
---|---|
3.0.0 | MI 4.2.x, EI 6.6.0, EI 6.4.0 |
For older versions, see the details in the connector store.
Twitter Connector documentation¶
-
Creating the Client ID and Access Token: You need to first create Twitter credentials for the connector to interact with Twitter.
-
Configuring Integration Runtime: Secondly, you need to configure MI/EI for the Twitter connector to work.
-
Twitter Connector Example: This example demonstrates a scenario where creating a Tweet using the ESB Twitter Connector.
-
Twitter Connector Reference: This documentation provides a reference guide for the Twitter Connector.
How to contribute¶
As an open-source project, ESB extensions welcome contributions from the community.
To contribute to the code for this connector, create a pull request in the following repository.
Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.
Top