trying to get google calendar information so attempted authentication
in js as follow:

function logMeIn() {  scope = "http://www.google.com/calendar/feeds";;
var token = google.accounts.user.login(scope);}

which is straight from the calendar api examples.

instead of expected authentication page, google error page comes up
with message

 "The page you have requested cannot be displayed. Another site was
requesting access to your Google Account, but sent a malformed
request. Please contact the site that you were trying to use when you
received this message to inform them of the error. A detailed error
message follows:

    The "scope" parameter was bad or missing."

Can retrieve calendar feeds which don't require authentication. Is
there a way to authenticate in an opensocial using the js interface
for feeds which require that?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to