[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Christian Fazzini
Hmm ok just found out that verify_credentials is not rate limited. So I guess we can log as many users on without limitations... Correct me if I am wrong. On Jul 3, 5:22 pm, Christian Fazzini christian.fazz...@gmail.com wrote: Hello, We are developing a website that uses the Twitter API.

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Stuart
2009/7/3 Christian Fazzini christian.fazz...@gmail.com: Hmm this is strange. Also Twitter REST API Method: statuses/update does not have rate limited. Does this mean we can allow an authenticated twitter user to post as many updates to Twitter from our website as he/she wants? Or am I not

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Christian Fazzini
Yes I've read the documentation. But what is confusing me is the following: If the call I am making states API rate limited: false, in this case for verify_credentials.format , then my API will not have a limit to the number of times I can call this method, since rate limting does not apply for

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Stuart
2009/7/3 Christian Fazzini christian.fazz...@gmail.com: But if the call I am making states API rate limited: false, in this case for verify_credentials.format , then my API will not have a limit to the number of times I can call this method, since rate limting does not apply for this method.

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Stuart
2009/7/3 Christian Fazzini christian.fazz...@gmail.com: Yes I've read the documentation. But what is confusing me is the following: If the call I am making states API rate limited: false, in this case for verify_credentials.format , then my API will not have a limit to the number of times

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Abraham Williams
You might also want to look at Sign in with Twitter: http://apiwiki.twitter.com/Sign-in-with-Twitter On Fri, Jul 3, 2009 at 09:02, Stuart stut...@gmail.com wrote: 2009/7/3 Christian Fazzini christian.fazz...@gmail.com: Yes I've read the documentation. But what is confusing me is the