One of the additions to the updated road map is OpenId+OAuth. If it's urgent perhaps you could use the dyuproject which supports that now on GAE as well as Googles hybrid of the two.

On 26 Mar 2010, at 13:53, seleronm wrote:

Hi,

Though I am not an expert.
If you use not UserService but
[com.google.gdata.client.http.AuthSubUtil] the problem might be
solved.

I think that this link is useful.
http://code.google.com/intl/us/apis/gdata/docs/auth/authsub.html

Please try.
thanks.


Hi GAEJ Experts,

I like to access (Read/Write) a GoogleCalendarfrom the Google App
Engine.
To learn how it works I have Up my Java Google App Application and on
my PC a smallCalendartest program.
Now I need the missing link how to combine both application's.
In my GAEJ servlet I get the current user with :

   UserService userService = UserServiceFactory.getUserService();
   User           user            = userService.getCurrentUser();
(after successfully login )

And have access to the user Nickname, email address ...

To access thecalendarI need the user and password.
    CalendarService myService = new CalendarService( "exampleCo-
exampleApp-1");
   myService.setUserCredentials( myAccount, myPassword );

I understand that I have no access to the User Password. For this
reason I think there must be a other way around to access the usercalendar's. I can't believe there is no other way to access the CalendarService ?
Any Idea ?
Magic Cookies ?

Regards

 Stephan

--
You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com . To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en .


--
You received this message because you are subscribed to the Google Groups "Google 
App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to