Re: [twitter-dev] Rate limit on Oauth resources and Request token Expiration

2010-07-08 Thread Matt Harris
Hi Worth,

The OAuth endpoints are not rate limited despite the documentation saying it
is. We are aware of the documentation being wrong in this regard and have an
updated version in the queue to go out. The request tokens are short lived.
I don't have the exact lifetime to hand but I would recommend they are used
in the /authorize call within a couple of minutes of being received. The
tokens you get back from /access_token are permanent and will only stop
working if the user removes your application from their account or you
regenerate your keys and don't update the client.

Hope that helps,
Matt

On Thu, Jul 8, 2010 at 2:03 PM, Worth  wrote:

> Is Twitter going to start rate limiting the oauth resources or is
> dev.twitter.com is still being worked on?
> http://dev.twitter.com/doc/post/oauth/request_token
>
> Also what is the request token expiration time limit before they
> expire or does it vary for some reason?
>
> thanks,
> -Worth
>



-- 


Matt Harris
Developer Advocate, Twitter
http://twitter.com/themattharris


[twitter-dev] Rate limit on Oauth resources and Request token Expiration

2010-07-08 Thread Worth
Is Twitter going to start rate limiting the oauth resources or is
dev.twitter.com is still being worked on?
http://dev.twitter.com/doc/post/oauth/request_token

Also what is the request token expiration time limit before they
expire or does it vary for some reason?

thanks,
-Worth