Hello,
I have an issue with makeRequest function, thats the code i am using:
var params = {};
gadgets.io.makeRequest(param, function (responseText) {
var html = "<div style='padding: 5px;" + "text-align:left;font-size:
90%'>";
html += responseText;
html += "</div>";
document.getElementById('main').innerHTML = html; },params);
and i get this error:
data.text has no properties in response callback function
why??
do i need some more parameters, i thought they are optional!
marc.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenSocial API Definition" 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-api?hl=en
-~----------~----~----~----~------~----~------~--~---