Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 82153 invoked from network); 15 Sep 2009 17:44:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Sep 2009 17:44:42 -0000 Received: (qmail 81407 invoked by uid 500); 15 Sep 2009 17:44:42 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 81353 invoked by uid 500); 15 Sep 2009 17:44:41 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 81340 invoked by uid 500); 15 Sep 2009 17:44:41 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 81303 invoked by uid 99); 15 Sep 2009 17:44:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 17:44:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 17:44:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D30E234C1E9 for ; Tue, 15 Sep 2009 10:44:12 -0700 (PDT) Message-ID: <1797134251.1253036652446.JavaMail.jira@brutus> Date: Tue, 15 Sep 2009 10:44:12 -0700 (PDT) From: "Bruno Borges (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1520) Twitter Component to Consume and Publish Tweets In-Reply-To: <1319322162.1239054814697.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54274#action_54274 ] Bruno Borges commented on CAMEL-1520: ------------------------------------- There's an error on TwitterUpdateStatusTest.java:53. The correct URI for the twitter endpoint is: .to("twitter:tweetit?user=" + user + "&pass=" + password); This is just to remind one who will commit the code to the repository, to fix that line before actually committing it. :P Cheers, Bruno > Twitter Component to Consume and Publish Tweets > ----------------------------------------------- > > Key: CAMEL-1520 > URL: https://issues.apache.org/activemq/browse/CAMEL-1520 > Project: Apache Camel > Issue Type: New Feature > Environment: Any > Reporter: Bruno Borges > Assignee: Bruce Snyder > Fix For: 2.1.0, 2.2.0 > > Attachments: camel-twitter.patch, camel-twitter.tar.bz2 > > > This is a camel-twitter component to consume and publish tweets within a route. > The usage is something like : > from("twitter:mypoint?user=foo&pass=bar").to("bean:logging"); > from("direct:apoint").to("twitter:publisher?user=foo&pass=bar"); > It is also possible to follow someone specific: > from("twitter:consume?follow=someuser"); > It still need some documentation about all parameters. > Also it would be great to have an automatic Type Converter. > This component has a dependency to the Twitter4J API, which is a BSD-style license. Is this a problem? If yes, is there anything that can be done in case the author does not want to change its license? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.