Notice Google Accounts doesn't means **GMail** accounts, the Users API can 
handle hotmail, yahoo or whatever e-mail address they have.

Generate a URL using this:

UserService userService = UserServiceFactory.getUserService();
String url = 
userService.createLoginUrl("http://example.com/page-to-return";);

Then you can send the url through a RPC call, or better!, insert it into the 
page:
  http://code.google.com/intl/en/webtoolkit/articles/dynamic_host_page.html

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/nYPqMDbyjNEJ.
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.

Reply via email to