[twitter-dev] Re: getting authenticated user's rate-limit-using rest API.

2010-03-23 Thread natefanaro
There is no way that Twitter's api is going to let you swap between two users (ie: here are two usernames that can auth, swap to the other when one runs out of hits) You will have to check the authenticating user's rate limit before each request. When that account hits 0, authenticate with the

Re: [twitter-dev] Re: getting authenticated user's rate-limit-using rest API.

2010-03-23 Thread Taylor Singletary
Using multiple accounts to get around rate limiting is not really in the spirit of the Twitter API and I recommend you banish the idea from your mind. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Mar 23, 2010 at 7:03 AM, natefanaro natefan...@gmail.com wrote:

Re: [twitter-dev] Re: getting authenticated user's rate-limit-using rest API.

2010-03-23 Thread Rushikesh Bhanage
Hi there, Thank you for your valuable guidance sir, Now I just have last two questions: 1. How to get particular authorised user's hits, what is the url to to get remaining hits for that user.. 2. Suppose I am having authorised a/c(which has 2 hits), then how to call