[twitter-dev] Re: High frequency of search API timeouts

2010-04-14 Thread Pykler
I am a member of a team working on a new startup to classify twitter search results into various categories. Kinda cool, check it out http://twecan.com/. However, not all queries may work, and sometimes you would have to resubmit them as mentioned by Ryan. On Apr 12, 7:04 pm, Ryan W wrote: > Is a

Why is there an end_session method, while "sessions are not officially supported"?

2009-02-18 Thread Pykler
So Why? Why put an "end_session" method, when the api does not officially support sessions? The real question is, why doesn't the api Support Sessions? And when's OAuth coming out? -- Hatem

[twitter-dev] Parsing the Api Documentation

2009-03-09 Thread Pykler
Hi, Working on a cool twitter api (http://mike.verdone.ca/twitter/), we didn't like the fact that we had to manually update the python api manually everytime the twitter api was updated. Therefore we came up with: http://github.com/sixohsix/twitter/blob/master/utils/update.py Hope it is of