Hi, I am creating an app that has to access some data over the Google Data API. To do so the user has to be authenticated. The user allready is authenticated when starting the app (using the normal userService), but to use the dataservice the app needs either his/her password or an authorisationtoken. I don't want to store passwords or hardcode one in my app, and to ask the user again to enter his password seems a bit oldfashioned. Isn't there a way to obtain that token using the userService?
-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
