Beginner's rate limit question...

0 views
Skip to first unread message

unclepennybags

unread,
Mar 10, 2009, 11:28:32 PM3/10/09
to Twitter Development Talk
I have been trying to figure out exactly how the rate
limits work, and after having spent a few hours browsing
through the development talk, I am still a little fuzzy.

If a website logs in to 200 user accounts in an hour,
and then inside these user accounts adds a few
new friends, will the rate limit of 100 be exceeded for
the webserver's ip address?

I know this is a somewhat stupid question.... but
I just couldn''t quite figure it out..

Thanks!
-Jay

Cameron Kaiser

unread,
Mar 11, 2009, 12:01:47 AM3/11/09
to twitter-deve...@googlegroups.com
> I have been trying to figure out exactly how the rate
> limits work, and after having spent a few hours browsing
> through the development talk, I am still a little fuzzy.
>
> If a website logs in to 200 user accounts in an hour,
> and then inside these user accounts adds a few
> new friends, will the rate limit of 100 be exceeded for
> the webserver's ip address?

If the accesses are authenticated, then they are charged to the
authenticating user, and not the IP address. Each user gets 100 accesses
regardless of the IP they come from.

If the accesses are unauthenticated, then the accesses are charged to the
IP address, and that IP address gets 100 unauthenticated accesses.

--
------------------------------------ personal: http://www.cameronkaiser.com/ --
Cameron Kaiser * Floodgap Systems * www.floodgap.com * cka...@floodgap.com
-- The superfluous is very necessary. -- Voltaire -----------------------------

unclepennybags

unread,
Mar 12, 2009, 10:21:49 PM3/12/09
to Twitter Development Talk
Thanks Cameron! That's just what I needed to know.

Regards,
Jay

On Mar 11, 12:01 am, Cameron Kaiser <spec...@floodgap.com> wrote:
> > I have been trying to figure out exactly how therate
> > limits work, and after having spent a few hours browsing
> > through the development talk, I am still a little fuzzy.
>
> > If a website logs in to 200 user accounts in an hour,
> > and then inside these user accounts adds a few
> > new friends, will theratelimit of 100 be exceeded for
> > the webserver's ip address?
>
> If the accesses are authenticated, then they are charged to the
> authenticating user, and not the IP address. Each user gets 100 accesses
> regardless of the IP they come from.
>
> If the accesses are unauthenticated, then the accesses are charged to the
> IP address, and that IP address gets 100 unauthenticated accesses.
>
> --
> ------------------------------------ personal:http://www.cameronkaiser.com/--
>   Cameron Kaiser * Floodgap Systems *www.floodgap.com* ckai...@floodgap.com
Reply all
Reply to author
Forward
0 new messages