[twitter-dev] streaming API help (regular API works)

2010-08-08 Thread ianrose
Hi - I hope I am not posting a question that has previously been answered - I tried searching the archives but to no avail. I am trying to get the 'sample' stream API working but am getting 401 Unathorized errors. For debugging purposes, I am using curl for now. The following command fails

[twitter-dev] delimited (streaming API) now default?

2010-11-29 Thread ianrose
It appears to me that when using the statuses/filter streaming API method, elements are not length-delimited by default, even if you don't specify ?delimited=length. And if you DO add ? delimited=length, you get double length fields. For example: if I query

[twitter-dev] Re: delimited (streaming API) now default?

2010-12-07 Thread ianrose
Ahh! Yes, that is exactly what was happening. I am using a http client library but accidentally bypassed the dechunker code and started reading from its raw stream without realizing I was doing so. Thanks very much! On Nov 30, 11:28 am, @epc epcoste...@gmail.com wrote: On Nov 29, 12:07 pm,