Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 40657 invoked from network); 16 Feb 2009 07:08:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2009 07:08:40 -0000 Received: (qmail 47906 invoked by uid 500); 16 Feb 2009 07:08:39 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 47883 invoked by uid 500); 16 Feb 2009 07:08:39 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 47862 invoked by uid 99); 16 Feb 2009 07:08:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 23:08:39 -0800 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [194.138.12.131] (HELO mxs1.siemens.at) (194.138.12.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2009 07:08:27 +0000 Received: from vies1k7x.sie.siemens.at ([158.226.129.83]) by mxs1.siemens.at with ESMTP id n1G786dm016084 for ; Mon, 16 Feb 2009 08:08:06 +0100 Received: from nets138a.ww300.siemens.net ([192.168.217.3]) by vies1k7x.sie.siemens.at (8.12.11.20060308/8.12.1) with ESMTP id n1G785cS025605 for ; Mon, 16 Feb 2009 08:08:06 +0100 Received: from nets13ja.ww300.siemens.net ([158.226.250.79]) by nets138a.ww300.siemens.net with Microsoft SMTPSVC(6.0.3790.3959); Mon, 16 Feb 2009 08:08:04 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C99005.4FCCC853" Subject: RE: Twitter RESTful API Date: Mon, 16 Feb 2009 08:05:26 +0100 Message-ID: <30DB6ACF50A0A3439F39EFEB1C52E166078F22FC@nets13ja.ww300.siemens.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: <30DB6ACF50A0A3439F39EFEB1C52E166078F22FC@nets13ja.ww300.siemens.net> Thread-Topic: Twitter RESTful API Thread-Index: AcmPvLcxBW5B6Bc5SmGpE+Kzk1ce9QASDosb References: <30DB6ACF50A0A3439F39EFEB1C52E166078F22F7@nets13ja.ww300.siemens.net> From: "Hirsch, Richard" To: X-OriginalArrivalTime: 16 Feb 2009 07:08:04.0740 (UTC) FILETIME=[4FF40C40:01C99005] X-purgate: clean X-purgate: This mail is considered clean X-purgate-type: clean X-purgate-Ad: Checked for Spam by eleven - eXpurgate www.eXpurgate.net X-purgate-ID: 149917::090216080806-0B9D7BA0-5A2B5219/0-0/0-15 X-purgate-size: 7283/0 X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C99005.4FCCC853 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable >From what I saw, it is not ""twitter/api" but "twitter" (JSON) or "api" = (XML). Probably have to check the twitter api again to make sure. That = means we don't need a url with two segments but two separate URLs. =20 D.=20 ________________________________ From: Vassil Dichev [mailto:vdichev@gmail.com] Sent: Sun 2/15/2009 23:27 To: esme-dev@incubator.apache.org Subject: Re: Twitter RESTful API > Just tried twhirl based on this blog from shoutem = (http://blog.shoutem.com/2009/02/14/how-to-setup-shoutem-desktop-app-twhi= rl/). Example: Use this as your user: = apachedick@esmecloudserverapache.dickhirsch.staxapps.net/twitter > > Here are the results from the call - all 404s. I don't know whether = the problem is the "api" in the URL Ah, right, Twhirl works with laconi.ca, which has a twitter-compatible = API. I've committed configuration via properties- you should now be able to connect with twhirl if you configure twitter.prefix=3Dapi Unfortunately, I still don't see an easy way to configure a URL with several segments, like "twitter/api". Then there's the problem that Twhirl still tries to connect through SSL only, so you need to configure Jetty for SSL or at least use some sort of SSL proxy/tunnel. ------_=_NextPart_001_01C99005.4FCCC853--