HI, I wonder if the following is possible. (In my opinion it should be...) I'm building an app that is to be hosted in my Google Apps domain. Within that app I need a list of users of that domain which I can retrieve using the services from the Google Data API. To use such a service I need either the users credentials (name/pwd) or an authorization token. I cannot get the password from the userService (obviously). So, to get the credentials I would have to ask the user to enter them again, or hard code a name and password to use for the data service. Neither of these is a valid option. What I would like is to retrieve a token from the userService for the currently logged in user, and use that for the data services. Is there any way to accomplish that?
-- 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.
