第 357 章 Twitter Component (已弃用)
从 Camel 版本 2.10 开始提供
重要
composite twitter 组件已弃用。使用单个组件进行 directmessage、搜索、流和时间表。
Twitter 组件通过封封witwitw 4J,启用witter API 的最有用的功能。它允许直接、轮询或事件驱动的时间表、用户、趋势和直接消息消耗。另外,它支持在状态更新或直接消息中生成消息。
author 现在需要使用 OAuth 进行所有客户端应用程序身份验证。要将 camel-twitter 与您的帐户搭配使用,您需要在为 https://dev.twitter.com/apps/new 的 author 中创建一个新应用程序,并授予应用程序对您的帐户的访问权限。最后,生成您的访问令牌和 secret。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml 中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-twitter</artifactId> <version>${camel-version}</version> </dependency>
357.1. URI 格式
twitter://endpoint[?options]