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