How to login to gdata in GWT application deployed on GAE?

Posted by Raffo on Stack Overflow See other posts from Stack Overflow or by Raffo
Published on 2010-05-31T07:57:42Z Indexed on 2010/06/01 13:13 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

I want to use the Google account login to retrieve the informations to be used for Google's gdata api so that when I start the application deployed on Google App Engine the user is asked for its login and I can then use this information on the server side to specify the credentials for Google Calendar login (through gdata api). How can I do that? I tried using Client login but it seems that there's no way to get password information from che Client object on the server side...

thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about google-app-engine