Hi everyone, I'm quite new to this Google API. My friends and I are trying to make a ClientLogin by sending an HTTP request manually since it is quite possible that the Java Library of the GData API is not supported in J2ME.
But for now, I'm trying to use the ClientLogin to get through to Blogger in Java. So far, I am able to retrieve an authorization token without handling CAPTCHA. Here is the response I got: ---------------------------------------------- HTTP/1.1 200 OK Content-Type text/plain Cache-control no-cache, no-store Pragma no-cache Expires Mon, 01-Jan-1990 00:00:00 GMT Date Sun, 19 Oct 2008 13:13:19 GMT X-Content-Type-Options nosniff Content-Length 563 Server GFE/1.3 ----------------------------------------------- The problem is when I request for the list of blogs of the user. I always get a 403 Forbidden response. Is it because I'm not handling the CAPTCHA or the expiry date of the HTTP response I got? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data Protocol" 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
