[appengine-java] Re: Sending an http request with ClientLogin Token

2010-11-30 Thread Benjamin
Hi Stephen, I do this all of the time - using the gmail credentials to get a token cookie, adding it to my header so the request is authenticated. I go over how this is done in good detail on my blog http://javagwt.blogspot.com/2010/08/authenticating-android-to-app-engine.html unfortunately, thi

[appengine-java] Re: Sending an http request with ClientLogin Token

2010-12-01 Thread Stephen
Hmm still no luck. Instead of using Localhost, I followed your advice and instead had it connect to the deployed version of my GAE app. I also followed the pattern of your blog post in setting the request properties. I think it must be a problem with the ClientLogin procedure I'm using-- I'm not su