[twitter-dev] Re: What's up with OAuth?

2010-02-17 Thread Shannon Whitley
Hi, What is the expected wait time after submitting a request for xAuth access? I'm trying to let a client know how long the development cycle will take, but a lot depends on this approval. My request is currently pending from Thursday or Friday of last week. Thank you.

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-17 Thread Raffi Krikorian
we're in the process of putting the last pieces of infrastructure in place -- once that is in place, then the turnaround time on requests will be fairly quick. right now, all requests are being logged, and will be responded to. On Wed, Feb 17, 2010 at 7:23 AM, Shannon Whitley

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-14 Thread Ryan Alford
If I am not mistaken, the oauth_verifier is for the PIN. So if you are not a desktop app, then its not required. Ryan Sent from my DROID On Feb 14, 2010 1:04 AM, jon jonhoff...@gmail.com wrote: It worked for a one time oauth conversion for about 3000 accounts (i ran a batch job across five

[twitter-dev] Re: What's up with OAuth?

2010-02-13 Thread Dewald Pretorius
Raffi, Could you please confirm that you've received my request for xauth? The ticket number is 861418. Because of that stupid Zendesk system, I cannot access the ticket number that was sent back to me. When you email something in, you don't see the ticket when you login with your Twitter

[twitter-dev] Re: What's up with OAuth?

2010-02-13 Thread jon
FYI, if anyone wants to get an to do a poor man's version of xAuth, I'd written a script a few months ago to exchange credentials: http://gist.github.com/108144 http://groups.google.com/group/twitter-development-talk/browse_thread/thread/2985c36158742455/6a179766f32f4d50#6a179766f32f4d50 - Jon

[twitter-dev] Re: What's up with OAuth?

2010-02-13 Thread Dewald Pretorius
Mmmm it looks as if you're scraping the pre-login Allow/Deny page. That might just get your IP address blackholed. On Feb 13, 11:44 am, jon jonhoff...@gmail.com wrote: FYI, if anyone wants to get an to do a poor man's version of xAuth, I'd written a script a few months ago to exchange

[twitter-dev] Re: What's up with OAuth?

2010-02-13 Thread jon
It worked for a one time oauth conversion for about 3000 accounts (i ran a batch job across five processes and think it took an hour or so to finish)-- however, that was back in may. the script was also written pre oauth 1.0a, so there's no oauth_verifier. I'm not sure if that's required now. On

[twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread janole
Hi Raffi, I can't express how happy I am about xAuth. That'll solve most of the problems I've envisioned with using OAuth in my S60 Twitter client 'Gravity'. Now, I've had a quick look at how Seesmic Look does the authentication process and I've got two questions: 1.) Will it be possible to run

[twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread yegle
Hi Raffi, Is xauth the same as the 5.3 Username and Password Profile in WRAP's specification? On Feb 12, 11:18 am, Raffi Krikorian ra...@twitter.com wrote: hi all. this is a long overdue e-mail, but i wanted to tease out some of the directions that Twitter is going with OAuth.  i want to

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread Raffi Krikorian
Now, I've had a quick look at how Seesmic Look does the authentication process and I've got two questions: 1.) Will it be possible to run the xAuth authentication over a HTTP proxy? It looks like it's possible at first glance. I've got a lot of users from countries where Twitter is blocked

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread Raffi Krikorian
similar idea, different implementation. when we deploy WRAP/2.0, the corresponding profile would be the username/password profile. On Fri, Feb 12, 2010 at 3:42 AM, yegle cnye...@gmail.com wrote: Hi Raffi, Is xauth the same as the 5.3 Username and Password Profile in WRAP's specification?

[twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread Terence Eden
Will mobile OAuth be fixed for all users before this goes live? See http://code.google.com/p/twitter-api/issues/detail?id=395 for details. On Feb 12, 3:18 am, Raffi Krikorian ra...@twitter.com wrote: hi all. this is a long overdue e-mail, but i wanted to tease out some of the directions that

[twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread tsmango
Just to clarify, xauth will be available to mobile applications (who apply) going forward to authenticate users, not just a one time way to exchange stored usernames and passwords? On Feb 11, 10:18 pm, Raffi Krikorian ra...@twitter.com wrote: hi all. this is a long overdue e-mail, but i wanted

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread Raffi Krikorian
yup - we're actively working on a fix for the mobile oauth pages (as well as a complete redesign of the oauth pages in general). On Fri, Feb 12, 2010 at 3:47 AM, Terence Eden terence.e...@gmail.comwrote: Will mobile OAuth be fixed for all users before this goes live? See

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread Raffi Krikorian
yup! that's the plan. sorry if it wasn't clear in the e-mail blast. On Fri, Feb 12, 2010 at 6:14 AM, tsmango tsma...@gmail.com wrote: Just to clarify, xauth will be available to mobile applications (who apply) going forward to authenticate users, not just a one time way to exchange stored

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread Raffi Krikorian
if, of course, you mean a mobile native application, and not a mobile web application. mobile web applications still need to send their users through the regular oauth workflow. On Fri, Feb 12, 2010 at 8:15 AM, Raffi Krikorian ra...@twitter.com wrote: yup! that's the plan. sorry if it wasn't

[twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread tsmango
Yep, I meant mobile native applications. This is really a wonderful idea! Very, very happy about this! On Feb 12, 11:15 am, Raffi Krikorian ra...@twitter.com wrote: if, of course, you mean a mobile native application, and not a mobile web application.  mobile web applications still need to send

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread Isaiah Carew
so excited about xAuth. i think this is really going to change the landscape in a big way. can't wait to get going. sent a message to a...@twitter.com -- that's all that's necessary to get going right? thanks again, isaiah On Feb 12, 2010, at 9:04 AM, tsmango wrote: Yep, I meant mobile

[twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread Norio Nomura
Hi, I tested xAuth with below codes, http://github.com/norio-nomura/ntlniph/tree/xAuth and succeeded. I want to know about xAuth's current status and roadmap. Thanks, -- Norio Nomura On 2月12日, 午後12:18, Raffi Krikorian ra...@twitter.com wrote: hi all. this is a long overdue e-mail, but i

[twitter-dev] Re: What's up with OAuth?

2010-02-11 Thread kehers
Talking xAuth, hope mobile apps count as 'applications except web applications'

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-11 Thread Raffi Krikorian
yup - they do :) On Thu, Feb 11, 2010 at 8:12 PM, kehers keh...@gmail.com wrote: Talking xAuth, hope mobile apps count as 'applications except web applications' -- Raffi Krikorian Twitter Platform Team http://twitter.com/raffi

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-11 Thread Cameron Kaiser
Talking xAuth, hope mobile apps count as 'applications except web applications' yup - they do :) Already signed up (I think) for u/p - OAuth Token. WRAPped, even better. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems

Re: [twitter-dev] Re: What's up with OAuth?

2010-02-11 Thread Ryan Alford
He specifically states the possibility for mobile apps to use xAuth. Ryan Sent from my DROID On Feb 11, 2010 11:27 PM, kehers keh...@gmail.com wrote: Talking xAuth, hope mobile apps count as 'applications except web applications'

[twitter-dev] Re: What's up with OAuth?

2010-02-11 Thread Ivan
This is good news. This has taken ages to solve though. We came up with a solution at Tipjoy, told everyone about it, but no one bothered. Clients are largely to blame for the continued commonness of asking for passwords: http://tipjoy.com/api/#authentication Ivan http://kirigin.com On Feb 11,