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 someone 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 -~----------~----~----~----~------~----~------~--~---
