[twitter-dev] Confused about rate limits

2011-04-11 Thread impeto
Hey guys, maybe this question has been asked before, but I just joined the group. I just ran into a little problem that threw me off. I'm developing a website that uses the REST API extensively. The documentation says that anonymous requests get limited to 150 requests/ hour/IP and authenticated r

[twitter-dev] Re: Confused about rate limits

2011-04-12 Thread impeto
g OAuth. Signing-in with your account on twitter.com is a > completely different thing and has no effect on your API requests. > > Arnaud / @rno <http://twitter.com/rno> > > > > > > > > On Mon, Apr 11, 2011 at 12:48 PM, impeto wrote: > > Hey guys, > &g

[twitter-dev] Re: Confused about rate limits

2011-04-12 Thread impeto
means signing your > > request using OAuth. Signing-in with your account on twitter.com is a > > completely different thing and has no effect on your API requests. > > > Arnaud / @rno <http://twitter.com/rno>On Mon, Apr 11, 2011 at 12:48 PM, > > impeto wrote: >

[twitter-dev] Re: Confused about rate limits

2011-04-12 Thread impeto
signing your > >> request using OAuth. Signing-in with your account on twitter.com is a > >> completely different thing and has no effect on your API requests. > > >> Arnaud / @rno <http://twitter.com/rno>On Mon, Apr 11, 2011 at 12:48 PM, > >> impeto w

[twitter-dev] Re: Confused about rate limits

2011-04-12 Thread impeto
than "http://api.twitter.com/account/rate_limit_status.json"; > > use > > "http://api.twitter.com/account/1/rate_limit_status.json"; > > On 12 Apr 2011, at 16:06, impeto wrote: > > > > > > > > > :) Ok, "authenticated" means what it means in th