What are you doing that causes timeout issues in AppEngine? These folks might be able to help: http://groups.google.com/group/google-appengine/topics
You may also want to check out the Google Data JS client library if you're interested in building a pure client-side app: http://code.google.com/apis/gdata/client-js.html Without a server component you're going to run into XD limitations. The JS library has read/write XD capabilities, authentication (via AuthSubJS), and allows multi-scoped access to the various Data APIs. All 3 of those services (contacts, calendar, and base) are supported. Cheers, Eric On Apr 29, 12:36 am, keith_g <[email protected]> wrote: > I have written an app which runs on Google Appengine. It uses OAuth to > access various Google resources, such as calendar, contacts and base. > Unfortunately the access to those resources is so slow that I > experience continuous timeouts in appengine. So, I am thinking of re- > designing my app to access the Google resources directly from the > browser using the OAuth Javascript library > here:http://oauth.googlecode.com/svn/code/javascript/. > > I have a few questions: > > 1) My app will be loaded from the appspot domain and I will be > accessing resources on the Google domain. Will I run into cross-domain > issues? > > 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)? > > 3) I have looked at the example code in the above project, but don't > see where the scopes are specified. My main reason for using OAuth is > because of its multiple-scope support. Am I missing something? > > I would really appreciate any input before I dive headlong into a dead- > end! > > Thanks in advance, > > Keith --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
