On Sun, May 24, 2009 at 8:45 AM, Shiplu <[email protected]> wrote: > > Please check the following curl query. > > curl -u username:password > http://twitter.com/statuses/public_timeline.xml?source=kdetwitter > > This query should return the 20 most recent statuses from non- > protected users who used *kdetwitter* to tweet. > > Is it possible? Is there any other way to achieve this??
No, this is not possible. The closest you can get is using the search API and supplying the "source:" operator. The caveat is that you must also supply a search term... so it's a tad limited in that way. -Chad
