Hello! I'm finding a million ways to authenticate users of a a web-app in order to access their different Google-stuff through Google APIs.
However I'm looking for a simple, stable way for the app to access one calendar that kind of belongs to the app. There seem to be a lot of ways to auth (OAuth, AuthSub, ClientLogin and so on) and I can only find information about which one to choose from the perspective that this permission will be asked to users on a regular basis. I'm thinking about simply hardcoding the username and password to the account that owns the Calendar and use the simplest auth-method with the most long-lived token to access. What auth-method should I use or is there a better way? Thank you very much for your time! /Tottish -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
