[twitter-dev] Check if I have gardenhose or spritzer access

2010-09-22 Thread Lucas Vickers
Hello, How can I check if my login has spritzer or gardenhose access? Also, if I have spritzer and would like gardenhose, who should I contact? Regards, Lucas -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issu

Re: [twitter-dev] Farsi Twitter App

2010-07-06 Thread Lucas Vickers
rds, > Jean-Charles Campagne > Semiocast > > On Sat, Jul 3, 2010 at 12:36 AM, Lucas Vickers wrote: >> Hello, >> >> I am trying to create an app that will show tweets and trends in >> Farsi, for native speakers.  I would like to somehow get a sample >> 'garden hose' of Farsi based tweets, but I am unable to come up with >> an elegant solution. >> >

[twitter-dev] Farsi Twitter App

2010-07-02 Thread Lucas Vickers
Hello, I am trying to create an app that will show tweets and trends in Farsi, for native speakers. I would like to somehow get a sample 'garden hose' of Farsi based tweets, but I am unable to come up with an elegant solution. I see the following options: - Sample all tweets, and run a language

[twitter-dev] Re: modifying rate limits under serious load

2010-06-23 Thread Lucas Vickers
Could you give more information on how you would lower a specific user's limits? For example my client does the following, this is of course simplified api_requests_left = 0; loop { if(api_requests_left == 0) { update_request_limits(); } // hit your server and ask my remaining limit, sleep an

Re: [twitter-dev] Re: Streaming API OAuth explanation?

2010-05-13 Thread Lucas Vickers
Excellent, it works! thanks On Thu, May 13, 2010 at 2:11 PM, John Kalucki wrote: > OAuth is not enabled on stream.twitter.com. You can try on > chirpstream.twitter.com. > > > On Thu, May 13, 2010 at 10:53 AM, Lucas Vickers > wrote: >> I am writing my own c++ based OAut

[twitter-dev] Re: Streaming API OAuth explanation?

2010-05-13 Thread Lucas Vickers
I am writing my own c++ based OAuth library. I know there is liboauth but I like to do things myself to learn. Anyhow I am trying to access http://stream.twitter.com/1/statuses/sample.xml and I keep getting 401. I have verified pretty much every parameter, and used the tool on http://hueniverse.

[twitter-dev] Streaming API follow limit

2010-03-08 Thread Lucas Vickers
Hello, The Streaming API documentation used to state that you could follow 200 or 400 users (I forget). I just checked the updated documentation and I don't see any mention of limit. Does anyone know the limit of users I can follow with a regular and a whitelist account? The number is going to af