Iirc there isn't a terrible lot of documentation on the Javascript library hosted on oauth.net.. I might be wrong though..
You can try and see if you can figure out how to use it by looking at existing uses of it, i.e. my explorer: http://sevengoslings.net/~fangel/oauth-explorer/ A more simple example of usage is this sniplet: http://gist.github.com/338583 But keep in mind that no browsers allow XHR requests to other domains than the current one, so usage is kinda limited unless of course you are developing AIR applications or something similar to that.. -- Also remember that there is no signature difference between 1.0 and 1.0a, it's only the authorization flow that has changed, so you should be able to work your way from any documentation on how to use it for 1.0, if you can find that.. -Morten On May 8, 2010, at 6:03 PM, Arunoda Susiripala wrote: > Hello, > > I want to know how OAuth 1.0a Javascript client can be used. > Actually I wanna know is there any documentation for that. > > thanks > > -- > You received this message because you are subscribed to the Google Groups > "OAuth" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/oauth?hl=en. > > -- You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/oauth?hl=en.
