> 2) I am using JQuery for my Ajax calls, which seems to support cross- > domain XHTTPRequests. If I send my OAuth requests using JQuery will > that solve the cross-domain issue (if there is one)? No. jQuery's cross-domain Ajax calls use a variable callback that jQuery determines for you - so you can't sign it with OAuth, cause you don't know what it is.
You can, of course, make your own signed OAuth requests in JS and use jQuery for everything else. Lachlan Hardy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
