Thanku very much Ryan, really now it works some white space problem was there....
Now i m getting the authorisation token. my next requirement is that i need to access google calender data for this i need to send a HTTP GET request with the following information. "Since all requests to private feeds require authentication, you have to set the Authorization header in the request, using the following format: Authorization: GoogleLogin auth=yourAuthToken" i m doing this as follows: GET http://www.google.com/calendar/feeds/[EMAIL PROTECTED]/private/full HTTP/1.1\r\nHost: www.google.com\r\nAuthorization: GoogleLogin auth=%s \r\n\r\n where %s is the token value. i m getting blank response means not even any error report. can u plz tell me where i m making mistakes. Thanks in advace friend. Harry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" 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-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
