Hi, guys. Don't know whether it's right place to ask this question.
Here is my situation. I've got GAE application that is written with Java. Users of this application are signed in using theirs google accounts. I want in home page of my application links to several Google Services such as IGoogle, GMail, Google Docs, Google Calendars, etc. How could I retrieve link to redirect user to appropriated service for appropriated account? There is problem with different accounts for one browser. For example, if user has general google account lets say '[email protected]', and custom domain acount '[email protected]'. If user is logged in to his custom domain and is logged in with general account for the same time, I can't use static reference to GMail, because user is redirected to GMail of [email protected], but I need he to be redirected to GMail of [email protected] Also, IGoogle page for general google user isn't the same as for custom domain user. So, could you help me with this issue? Best regards, Alexander.
-- 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.
