[twitter-dev] Re: Objective-C/Cocoa open source Twitter client

2009-04-16 Thread orange80
Very cool!!! I can't wait to dive in!! Jamie On Apr 15, 9:12 am, Nick Toumpelis wrote: > Hi, > > Just wanted to let everyone know that I've released my (beta) Obj-C/ > Cocoa twitter client (Canary) as open source > here:http://github.com/macsphere/canary > , under an MIT-style license. > > It

[twitter-dev] Re: Connection Keep-Alive and Max Simultaneous Connections

2009-04-09 Thread orange80
uld guess that when you have millions of connection requests a day > coming into a few different servers, you don't want the connection to > stay open for any longer than it needs to be.  Get in, serve data, get > out. > -Chad > > On Thu, Apr 9, 2009 at 2:02 PM, orange80 wrote

[twitter-dev] Re: Connection Keep-Alive and Max Simultaneous Connections

2009-04-09 Thread orange80
Any reason why not? Just curious. Nice API by the way :) Thanks, Jamie On Apr 9, 12:47 am, John Adams wrote: > On Apr 8, 2009, at 10:33 PM, orange80 wrote: > > > Yeah, I started checking the headers and realized that.  It doesn't > > seem like there's an

[twitter-dev] Re: Connection Keep-Alive and Max Simultaneous Connections

2009-04-08 Thread orange80
Yeah, I started checking the headers and realized that. It doesn't seem like there's any hard limit on simultaneous connections though so that helps quite a bit. Thanks! Jamie On Apr 8, 9:46 pm, Steve Brunton wrote: > On Wed, Apr 8, 2009 at 8:51 PM, orange80 wrote: > > >

[twitter-dev] Connection Keep-Alive and Max Simultaneous Connections

2009-04-08 Thread orange80
Does the Twitter API server support keep-alive? I can't seem to get it to work with Apache HttpClient 4. Also is there a limit to the number of simultaneous connections? Thanks! Jamie

[twitter-dev] Twitter Date Converter for Java

2009-04-04 Thread orange80
Fellow Java programmers, Feel free to use this class I wrote without restriction for any purpose (including commercial) in your Twitter API development work. It does not require any special dependencies except for Java 1.6 (probably works fine on Java 1.5 too), just drop it in and go. I appreci

[twitter-dev] twitter date format madness

2009-04-04 Thread orange80
Am I understanding correctly that Twitter API requests must use the date format Tue, 27 Mar 2007 22:55:48 GMT And that the XML responses contain dates in the format Sat Apr 04 06:15:55 + 2009 This seems a little crazy to me, but I guess I'll just write a little converter unless there is some