Hello Thank you for the reply. I do have proxy servlet that takes care of the cross domain issue. By the way, I found what causes the issue with the help from somebody working in Mozilla codes. The Auth key we get back from google contains an erroneous character at the end of the string (0A) , which is invalid char and firefox doesn't like it.
I don't know whether it's simply a bug or meant to be. Replacing the char (string.replace) may let you workaround the issue ( and authentication still works) but I'd rather not alter the data given. So I am taking different path. Just to share the info in case someone else is seeing the same issue. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
