[twitter-dev] Re: Stream API responds with 401 when multiple keywords are used

2010-11-04 Thread Andrew McCloud
I'm also having the same issue. Though it's only when using a space (e.g. hello world) to separate keywords. I've tried urlencoding spaces as a '+' and as '%20'... no luck. On Oct 15, 4:31 pm, Tom van der Woerdt i...@tvdw.eu wrote: If I am not mistaken, 'value1,value2' URLencodes to

[twitter-dev] Re: Lookup lots of user_ids from screenames?

2009-10-04 Thread Andrew McCloud
... together with the cursor to grab all your friends. Store this locally then you have all informations. Andrew McCloud schrieb: Is it possible to lookup lots of user_ids from screenames without being rate limited? I'm doing a 1 time import into our db and need to get it done asap

[twitter-dev] Lookup lots of user_ids from screenames?

2009-10-03 Thread Andrew McCloud
Is it possible to lookup lots of user_ids from screenames without being rate limited? I'm doing a 1 time import into our db and need to get it done asap.

[twitter-dev] Re: New Twitter feature API coming soon: Lists

2009-09-30 Thread Andrew McCloud
I've been working on something similar for a month or 2 now. http://beta.flockwith.com/ Luckily, they don't appear to be the same thing. :) On Sep 30, 4:13 pm, Marcel Molina mar...@twitter.com wrote: Over on the main Twitter blog @nk has written about a new Lists feature we're getting ready

[twitter-dev] Re: Streaming API -- Excessive 401 defect fixed

2009-09-09 Thread Andrew McCloud
Great news! Unfortunately, i'm still getting a 401 with any account I try. On Sep 8, 8:33 pm, John Kalucki jkalu...@gmail.com wrote: A few corner cases were causing excessive rate limiting on the Streaming API. One bad login, perhaps due to an unparsable predicate, or other minor validation

[twitter-dev] using count param of any number gives 416

2009-09-09 Thread Andrew McCloud
Using the count param on statuses/filter.json gives 416 status code. I've tried positive numbers (1, 10, 100) i've tried negatives (-1, -5, -10) but no matter what, I get a 416.

[twitter-dev] 401 status 98% of the time

2009-09-08 Thread Andrew McCloud
I have several twitter accounts; personal, business, and project related. When trying to auth to the stream api with any of them I get a 401 error 98% of the time. Just a few days ago I had no problem connecting. @amccloud on twitter

[twitter-dev] streaming API track method missing statuses?

2009-08-13 Thread Andrew McCloud
Hello Everyone, I can't seem to figure out why the tweets from my test account do not show up in the streaming track method. If I use my personal account everything show up just fine. Is the track pool limited? Also! Is it possible to track #hash and @user exclusively? Andrew McCloud