I am working on a project on app engine which could let users upload
photo through the web page in my appspot to their photo album on
picasaweb. In my understanding, I could user User API to handle the
authentication on app engine. However, I can't find a way to extract
or obtain the identity from User API such like user's token or cookie
in order to query picasaweb. It seems I need to use another API called
AuthSub and it makes users to do a double login situation.

Perhapes I need to abandon User API and switch to AuthSub purely?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to