Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread Isaiah Carew
On Apr 26, 2010, at 8:54 PM, Raffi Krikorian wrote: xAuth is a method for which to exchange usernames and passwords for those tokens, without send the user through the workflow. this is for two reasons: 1. mobile/desktop application authors have complained that it makes their UX

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread John Meyer
On 4/27/2010 10:59 AM, M. Edward (Ed) Borasky wrote: On 04/27/2010 04:53 AM, John Meyer wrote: On 4/26/2010 8:59 PM, M. Edward (Ed) Borasky wrote: Yeah ... but I *like* having the browser involved. Which is fine. However, there are other people who don't like getting the browser involved

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread M. Edward (Ed) Borasky
On 04/27/2010 10:18 AM, John Meyer wrote: On 4/27/2010 10:59 AM, M. Edward (Ed) Borasky wrote: On 04/27/2010 04:53 AM, John Meyer wrote: On 4/26/2010 8:59 PM, M. Edward (Ed) Borasky wrote: Yeah ... but I *like* having the browser involved. Which is fine. However, there are other people who

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread John Meyer
On 4/27/2010 11:35 AM, M. Edward (Ed) Borasky wrote: ours might, but as you know about Open Source, the whole point is that people can choose and some may choose to use certain calls that require authentication. And what does charging money have to do with anything? I presume that we are

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread Julio Biason
On Tue, Apr 27, 2010 at 2:35 PM, M. Edward (Ed) Borasky zn...@comcast.net wrote: Charging money is how we pay our expenses and earn enough profit to invest in research and development for the next generation applications. ;-) Just because it's open source it doesn't mean you can't charge for

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread John Meyer
On 4/27/2010 5:53 PM, Julio Biason wrote: se it's open source it doesn't mean you can't charge for it. So I'm guessing that's what John Meyer asked what open source have to with money. Actually what I was asking is what did money have to do with the way that our applications authenticate

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread M. Edward (Ed) Borasky
On 04/27/2010 04:53 PM, Julio Biason wrote: On Tue, Apr 27, 2010 at 2:35 PM, M. Edward (Ed) Borasky zn...@comcast.net wrote: Charging money is how we pay our expenses and earn enough profit to invest in research and development for the next generation applications. ;-) Just because it's

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread M. Edward (Ed) Borasky
On 04/27/2010 05:00 PM, John Meyer wrote: On 4/27/2010 5:53 PM, Julio Biason wrote: se it's open source it doesn't mean you can't charge for it. So I'm guessing that's what John Meyer asked what open source have to with money. Actually what I was asking is what did money have to do with

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread John Meyer
On 4/27/2010 8:29 PM, M. Edward (Ed) Borasky wrote: On 04/27/2010 05:00 PM, John Meyer wrote: On 4/27/2010 5:53 PM, Julio Biason wrote: se it's open source it doesn't mean you can't charge for it. So I'm guessing that's what John Meyer asked what open source have to with money. Actually

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread M. Edward (Ed) Borasky
On 04/27/2010 08:00 PM, John Meyer wrote: On 4/27/2010 8:29 PM, M. Edward (Ed) Borasky wrote: On 04/27/2010 05:00 PM, John Meyer wrote: On 4/27/2010 5:53 PM, Julio Biason wrote: se it's open source it doesn't mean you can't charge for it. So I'm guessing that's what John Meyer asked what open

[twitter-dev] xAuth Approval?

2010-04-26 Thread Tony
I recently submitted a request for xAuth approval for a mobile app. I was wondering if anyone knows roughly how long it takes for approval. Thanks! -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread Raffi Krikorian
it should be on the order of days (hopefully less - depends on our backlog and our queue). On Mon, Apr 26, 2010 at 11:52 AM, Tony tony.ar...@gmail.com wrote: I recently submitted a request for xAuth approval for a mobile app. I was wondering if anyone knows roughly how long it takes for

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread Raffi Krikorian
a bit unsure - we're still working out what the appropriate terms for xauth should be. we just wanted it out there ASAP because of basic auth removal. I recently submitted a request for xAuth approval for a mobile app. I was wondering if anyone knows roughly how long it takes for approval.

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread Raffi Krikorian
just to be clear - what xAuth is used for is to do a username/password exchange for an oauth access token / secret (for a given application). from then on out, that access token and secret is used to sign all requests in an oauth manner. On Mon, Apr 26, 2010 at 12:48 PM, John Meyer

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread John Meyer
On 4/26/2010 2:15 PM, Raffi Krikorian wrote: just to be clear - what xAuth is used for is to do a username/password exchange for an oauth access token / secret (for a given application). from then on out, that access token and secret is used to sign all requests in an oauth manner. So in

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread Raffi Krikorian
precisely. On Mon, Apr 26, 2010 at 2:41 PM, John Meyer john.l.me...@gmail.com wrote: On 4/26/2010 2:15 PM, Raffi Krikorian wrote: just to be clear - what xAuth is used for is to do a username/password exchange for an oauth access token / secret (for a given application). from then on out,

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread Raffi Krikorian
honestly, i wouldn't plan on it. the spirit of oAuth is that the user's credentials never even pass through a web application. On Mon, Apr 26, 2010 at 3:02 PM, John Meyer john.l.me...@gmail.com wrote: On 4/26/2010 3:46 PM, Raffi Krikorian wrote: precisely. So is it a possibility that

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread John Meyer
On 4/26/2010 4:23 PM, Raffi Krikorian wrote: honestly, i wouldn't plan on it. the spirit of oAuth is that the user's credentials never even pass through a web application. Now I'm confused. Is xAuth going to be a method unto itself of authenticating for the long-term, or is this the way

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread Raffi Krikorian
let's step back. oAuth is the general framework that we want everybody to use. applications no longer have to store usernames and passwords, which is a good thing. normally, to get access tokens, applications send users through the oAuth workflow -- this means they bring up a webpage on

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread John Meyer
On 4/26/2010 4:55 PM, Raffi Krikorian wrote: let's step back. oAuth is the general framework that we want everybody to use. applications no longer have to store usernames and passwords, which is a good thing. normally, to get access tokens, applications send users through the oAuth workflow

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread Cameron Kaiser
xAuth is a method for which to exchange usernames and passwords for those tokens, without send the user through the workflow. this is for two reasons: 1. mobile/desktop application authors have complained that it makes their UX fugly when they bring up a web browser (i'll hold my opinions on

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread M. Edward (Ed) Borasky
On 04/26/2010 05:16 PM, Cameron Kaiser wrote: xAuth is a method for which to exchange usernames and passwords for those tokens, without send the user through the workflow. this is for two reasons: 1. mobile/desktop application authors have complained that it makes their UX fugly when they

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread Raffi Krikorian
xAuth is a method for which to exchange usernames and passwords for those tokens, without send the user through the workflow. this is for two reasons: 1. mobile/desktop application authors have complained that it makes their UX fugly when they bring up a web browser (i'll hold my

Re: [twitter-dev] xAuth Approval?

2010-04-26 Thread Cameron Kaiser
and 3. Browserless environments. I'm pretty sure that was one of the initial motivators way back when the crud was flying. Yeah ... but I *like* having the browser involved. I'm so happy your world is so limited. -- personal:

[twitter-dev] xauth error -1012

2010-04-20 Thread sae
Hi, I just set up my application for xauth and started testing. It keeps failing with error message: Error Domain=NSURLErrorDomain Code=-1012 UserInfo=0x268d70 Operation could not be completed. (NSURLErrorDomain error -1012.) What is this error? Is anything wrong with my app setting, or my

Re: [twitter-dev] xauth error -1012

2010-04-20 Thread Taylor Singletary
Hi Sae, Have you received approval for using xAuth in your application yet by emailing a...@twitter.com ? I'm not familiar enough with Objective-C to understand the error, but your signature base string and authorization header look otherwise correct on first glance. Taylor Singletary Developer

[twitter-dev] xAuth users?

2010-04-06 Thread Cameron Kaiser
Anyone using xAuth successfully? I'm having trouble getting the process to accept my requests. I can discuss this off list if you prefer. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com *

Re: [twitter-dev] xAuth users?

2010-04-06 Thread Taylor Singletary
Several have gotten xAuth to work correctly. I recommend verifying that the following is true: 1) You received approval for use of xAuth -- if you send me a note off-list I can double check if this was granted for you 2) You are using the access_token endpoint with HTTPs:

Re: [twitter-dev] xAuth users?

2010-04-06 Thread Anton Krasovsky
Using xAuth. I've mobile client, so xAuth is a main auth mode for me. Do you have any particular questions? Regards, Anton On Tue, Apr 6, 2010 at 8:28 PM, Cameron Kaiser spec...@floodgap.com wrote: Anyone using xAuth successfully? I'm having trouble getting the process to accept my requests.

Re: [twitter-dev] xAuth users?

2010-04-06 Thread Rajiv Verma™
Hi, I am using auth successfully but I am using an implementation of xAuth in .net not xAuth directly. NB.- You need to send a mail to a...@twitter.com and request them to register your app for xAuth access. On Wed, Apr 7, 2010 at 12:58 AM, Cameron Kaiser spec...@floodgap.comwrote: Anyone

[twitter-dev] XAuth access

2010-03-28 Thread John Meyer
Can somebody check to see that my Twitter XAuth access is still up? http://twitter.com/oauth_clients/details/102401 To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject.

Re: [twitter-dev] XAuth access

2010-03-28 Thread Raffi Krikorian
it is. On Sun, Mar 28, 2010 at 11:56 AM, John Meyer john.l.me...@gmail.com wrote: Can somebody check to see that my Twitter XAuth access is still up? http://twitter.com/oauth_clients/details/102401 To unsubscribe from this group, send email to twitter-development-talk+

Re: [twitter-dev] XAuth access

2010-03-28 Thread John Meyer
I'm getting a 401 error. Does it have to be off of port 443? On 3/28/2010 1:47 PM, Raffi Krikorian wrote: it is. On Sun, Mar 28, 2010 at 11:56 AM, John Meyer john.l.me...@gmail.com mailto:john.l.me...@gmail.com wrote: Can somebody check to see that my Twitter XAuth access is still up?

Re: [twitter-dev] XAuth access

2010-03-28 Thread Raffi Krikorian
yes - xauth can only be used when using SSL. On Sun, Mar 28, 2010 at 12:53 PM, John Meyer john.l.me...@gmail.com wrote: I'm getting a 401 error. Does it have to be off of port 443? On 3/28/2010 1:47 PM, Raffi Krikorian wrote: it is. On Sun, Mar 28, 2010 at 11:56 AM, John Meyer

Re: [twitter-dev] XAuth access

2010-03-28 Thread Raffi Krikorian
http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-access_token-for-xAuth yup! On Sun, Mar 28, 2010 at 3:22 PM, John Meyer john.l.me...@gmail.com wrote: And just to be clear, this is post as opposed to get, correct? On 3/28/2010 2:17 PM, Raffi Krikorian wrote: yes - xauth can only

[twitter-dev] xAuth approvals?

2010-03-23 Thread Cameron Kaiser
I'm still (somewhat ;-) patiently waiting for xAuth approval so I can work on an implementation in TTYtter. Any news on the timeline? Will these be done in time for Chirp so that we can pillory you guys with questions? ;-) -- personal:

[twitter-dev] XAuth access approval?

2010-03-04 Thread Caizer
Hi, I have requested xauth access for my 2 apps 3 days ago.. I mentioned my app id with consumer keys and secrets. And I received a reply saying I can go check at http://help.twitter.com/forums/31935/entries about problem(?) I have. Is this normal?.. if so... How long does it take time to get

Re: [twitter-dev] XAuth access approval?

2010-03-04 Thread Taylor Singletary
Hi Caizer, We've got a bit of a queue on these right now and are working on clearing out. Thanks for you patience. Taylor On Thu, Mar 4, 2010 at 8:16 AM, Caizer cai...@gmail.com wrote: Hi, I have requested xauth access for my 2 apps 3 days ago.. I mentioned my app id with consumer keys and

[twitter-dev] xAuth

2010-02-27 Thread Isaiah Carew
So, I received the xAuth green light. Yeah!!! Unfortunately, the email was not very detailed about which app was enabled (I have 3). (and for the record I was very detailed in my request about which one I was requesting access for). So I gave it a shot. No dice. Seems to behave the same

Re: [twitter-dev] xAuth

2010-02-27 Thread Aral Balkan
Like a n00b, I didn't include the id of my app in my original support request (I hadn't registered it since I wasn't using oAuth previously) and so it looks like I've missed the initial boat :( Got a message back asking for my app id so I registered Feathers and got back to the ticket but

Re: [twitter-dev] xAuth

2010-02-27 Thread Isaiah Carew
i did manage to get xauth working this morning thanks to @SteveReynolds. the big epiphany (Steve's, not mine) was that there is no token exchange at all. in fact you don't even seem to need to acquire a request token ever. you simply jump directly to the auth token request and pass in your

Re: [twitter-dev] xAuth

2010-02-27 Thread Raffi Krikorian
if you all have suggestions for how to make the docs cleaner and more explicit on the wiki to prevent confusion - just respond to this thread On Sat, Feb 27, 2010 at 11:45 AM, Isaiah Carew isa...@me.com wrote: i did manage to get xauth working this morning thanks to @SteveReynolds. the

[twitter-dev] xAuth implemented in Perl Net::Twitter

2010-02-26 Thread Marc Mims
I have implemented xAuth in Perl Net::Twitter, but it is currently untested. I am waiting approval of an xAuth access request for one of my own OAuth apps so I can test it. I shipped a developer release to CPAN. It should be available, soon [1]. If you're a perl dev and have xAuth access for

Re: [twitter-dev] xAuth implemented in Perl Net::Twitter

2010-02-26 Thread Raffi Krikorian
I have implemented xAuth in Perl Net::Twitter, but it is currently untested. awesome! I am waiting approval of an xAuth access request for one of my own OAuth apps so I can test it. I shipped a developer release to CPAN. It should be available, soon [1]. If you're a perl dev and have

<    1   2