Although I was able to make GAEAuthenticator work fine with a browser client (simple html posts/gets are authenticated with Google Accounts and all the right things happen) and through java test code (getting an authentication token, setting a cookie in the client proxy, making the post/get), I wasn't able to make it work with an Android client.
I am about to move on trying to create an oAuth2 server, but I was just curious if anyone else has made it work. The google search for: GAEAuthenticator Android returns only 7 results (!) - which reminded me of the old GoogleWhacking phase (for those of you old enough to remember :) ). Thanks! RB PS - I have a feeling that to make GAEAuthenticator work I have to override the authenticate() method and do something other than a redirect when the initial authentication fails. But since I am moving to oAuth2 I was more curious than anything else. -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/GAEAuthenticator-and-Android-anyone-make-this-work-tp7566620.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2963481

