Have you considered using one of the oauth JavaScript libraries?

You shouldn't need to wade through XML to use Oauth.

See here:
http://stackoverflow.com/questions/1221371/application-that-uses-oauth-and-javascript



On Dec 30, 12:54 am, stefano <ssalvat...@gmail.com> wrote:
> Hello
>
> I need help with my first extension :)
>
> i'm using Oauth Example to build my extension (the request work fine)
> now i need parse the response (is a XML document)
>
>       function onTags(text, xhr) {
>                 alert(text);
>       };
>
> the alert show the content of the xml how i can parse this data?
>
> sorry for my badd english & thanks :D
>
> s.

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to