I have been researching this API and I have recently been using it in
a web application.
It has been working well in FireFox but it crashes in IE. I am using
IE 7 currently. I get the same error: "Could not sign in, invalid
response from server."
It says that line 36 is the problem which has this function:
line33 function logMeIn() {
scope = "http://www.google.com/calendar/feeds/";
var token = google.accounts.user.login(scope);
line36 }
The line** was added by me for reference.
I cannot even use the interactive examples on IE but again, it works
in FireFox.
Is there a setting that I need to change in IE or is something else
wrong?
Thanks,
J.K
P.S. I have tried using scope = "https://www.google.com/calendar/feeds/
default"; but then it will not work in either browser.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---