Hello,
I am storing data using the below function:
function populateMyAppData() {
var req = opensocial.newDataRequest();
var m = document.x.keyword.value
req.add(req.newUpdatePersonAppDataRequest('VIEWER','data1',m),'installationUpdate');
req.send(init1);
};
I need to retrieve the variable data1 stored and use it in my app.
what is the exact function to achieve it?
Thanks
Sharath
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---