Re: [twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-11 Thread Russell Davis
Any update on this? It should be really easy to change that 10 to a 0. Meanwhile, hoards of users are needlessly waiting for 10 seconds every time they log in. :) Thanks, Russell -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-04 Thread Matt Harris
10 seconds does seem like a long time for this to be paused. I'm checking with the team why this value was chosen. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Jan 4, 2011 at 11:59 AM, Bess bess...@gmail.com wrote: Rusell, Can you use tricks to

Re: [twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-04 Thread Matt Harris
302 is a redirect of a URL. We're not redirecting the URL https://api.twitter.com/oauth/authorize, we're redirecting from https://api.twitter.com/oauth/authorize to the callback URL. Using the 302 code would mean we are telling browsers that https://api.twitter.com/oauth/authorize is actually