[twitter-dev] Re: can email be accepted when using OAuth?

2010-10-14 Thread Gary
This now works. I can pass the email address in place of screen name. On Oct 5, 2:28 pm, Tom van der Woerdt i...@tvdw.eu wrote: I just did a quick check in my own application, it failed. So, unless Taylor, Matt or John says otherwise, you should consider the definite answer to be a No. Tom

[twitter-dev] Re: can email be accepted when using OAuth?

2010-10-05 Thread Gary
Hi, I'm also having this problem. I cannot login using the user's email. AFAIK, I am encoding according to the documentation. I encode the post body and then encode again when I create the signature base string. Assume: screen name: myscrname password: m...@password--- note I added @

Re: [twitter-dev] Re: can email be accepted when using OAuth?

2010-10-05 Thread Tom van der Woerdt
I just did a quick check in my own application, it failed. So, unless Taylor, Matt or John says otherwise, you should consider the definite answer to be a No. Tom On 10/5/10 11:25 PM, Gary wrote: Hi Tom, These are the base strings with fictitious username, password and consumer key and so

[twitter-dev] Re: can email be accepted when using OAuth?

2010-10-05 Thread Gary
Here are the post body and base strings where the fictitious credentials are cooked into the base string so it should pass the validator: x_auth_mode=client_authx_auth_password=my %40passwordx_auth_username=me%40somewhere.com POSThttps%3A%2F%2Fapi.twitter.com%2Foauth