Re: [twitter-dev] Is it safe to authenticate and send requests via OAuth using Javascript

2010-04-11 Thread Raffi Krikorian
just to follow up on this, we're working on an oauth 2.0 implementation (of which we are contributors/authors to the spec). that does have a profile which makes it possible to write JavaScript oauth clients without compromising the keys. I can't give a date yet, however, as the spec is

Re: [twitter-dev] Is it safe to authenticate and send requests via OAuth using Javascript

2010-04-11 Thread Cameron Kaiser
just to follow up on this, we're working on an oauth 2.0 implementation (of which we are contributors/authors to the spec). that does have a profile which makes it possible to write JavaScript oauth clients without compromising the keys. I can't give a date yet, however, as the spec

Re: [twitter-dev] Is it safe to authenticate and send requests via OAuth using Javascript

2010-04-11 Thread Raffi Krikorian
We are doing all we can to get it done before basic auth removal. I suspect if the spec is not finalized soon, we will just move forward with a draft spec. On Apr 11, 2010, at 12:06 PM, Cameron Kaiser spec...@floodgap.com wrote: just to follow up on this, we're working on an oauth

Re: [twitter-dev] Is it safe to authenticate and send requests via OAuth using Javascript

2010-04-11 Thread Cameron Kaiser
We are doing all we can to get it done before basic auth removal. I suspect if the spec is not finalized soon, we will just move forward with a draft spec. Can you send me that draft URL? I'd like to see how much change will be needed (I expect not a great deal). --