Stefano, to me it sounds like you've already done the OAuth bit and gotten a
response back from the server that you need to parse.  JQuery offers support
for this: http://knol.google.com/k/xml-parsing-using-jquery#

~Arne

On Tue, Dec 29, 2009 at 5:07 PM, rich <atkins...@gmail.com> wrote:

> 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<chromium-extensions%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/chromium-extensions?hl=en.
>
>
>
--
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