Do anyone knows if this methods are working correctly?
gadgets.views.requestNavigateTo generates js error: "F.getName is not
a function";
opensocial.requestPermission generates js error: "Invalid auth token."
Can anybody help? That's the way i'm using it:
RequestNavigateTo code
gadgets.views.requestNavigateTo(gadgets.views.ViewType.FULL_PAGE,{});
------
RequestPermission code
var oyoCallback = function($data){
trace($data);
};
opensocial.requestPermission(opensocial.Permission.VIEWER, "VocĂȘ
permite que seus dados sejam usados neste aplicativo?", oyoCallback);
------
Am I doing something wrong?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" 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/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---