My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

jOpenSocial

$.opensocial.data.set("sampledata" ,{
    i : 12345, ar : [1,2,"c","d","e",{ f:"g" }],
    obj : { a:"b", c:"d" }
  }, function(success) {
    alert(success); //true
  }
);
Powered by Google Project Hosting