Here is the link http://oauth.googlecode.com/svn/code/javascript/ it has some samples as well. But why do you want javascript?. There are crossdomain security issues with this(I am not here to discuss how to bypass those). why don't you use your server side script. There are many samples provided in twitter wiki. Good luck.
On Tue, Nov 17, 2009 at 8:12 AM, Alex <[email protected]> wrote: > > Hi, > > In my webpage, I want to use javascript to authenticate a user using > oauth. I have all the secret keys and urls from the registration, but > how do I send these parameters to twitter using javascript? I assume > you use an xmlHttpRequest, but I don't know how to order the > parameters and such. > > Basically, I just want to know how to use oauth and javascript > together with the "Sign in with Twitter" page. > > Thanks! > > Alex >
