blob: 51d361b4e56392d26a817830097e27f5b4869b25 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Twitter
:page-aliases: extensions/twitter.adoc
:linkattrs:
:cq-artifact-id: camel-quarkus-twitter
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Send tweets and receive tweets, direct messages and access Twitter Search
:cq-deprecated: false
:cq-jvm-since: 0.2.0
:cq-native-since: 0.1.0
[.badges]
[.badge-key]##JVM since##[.badge-supported]##0.2.0## [.badge-key]##Native since##[.badge-supported]##0.1.0##
Send tweets and receive tweets, direct messages and access Twitter Search
== What's inside
* xref:{cq-camel-components}::twitter-directmessage-component.adoc[Twitter Direct Message component], URI syntax: `twitter-directmessage:user`
* xref:{cq-camel-components}::twitter-search-component.adoc[Twitter Search component], URI syntax: `twitter-search:keywords`
* xref:{cq-camel-components}::twitter-timeline-component.adoc[Twitter Timeline component], URI syntax: `twitter-timeline:timelineType`
Please refer to the above links for usage and configuration details.
== Maven coordinates
https://code.quarkus.io/?extension-search=camel-quarkus-twitter[Create a new project with this extension on code.quarkus.io, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-twitter</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
== SSL in native mode
This extension auto-enables SSL support in native mode. Hence you do not need to add
`quarkus.ssl.native=true` to your `application.properties` yourself. See also
https://quarkus.io/guides/native-and-ssl[Quarkus SSL guide].