Re: UserService.getCurrentUser() is not working for me

2010-05-18 Thread Blessed Geek
UserService is meant to be use on server side, not client side. You could follow my tutorial on how to use GWT client to perform Google login: http://h2g2java.blessedgeek.com/2010/05/accessing-google-userservice-from-gwt.html -- You received this message because you are subscribed to the Google

UserService.getCurrentUser() is not working for me

2010-05-18 Thread Xi Zhang
Hi there: I am a beginner of GWT. The problem I am having is I couldn't get Google account authentication. I simply added UserService.getCurrentUser() to the default project trying to return the user name trough RPC call but it didn't work. I tried upload the project to GAE and the result is the