[OpenSocial] How to promote Opensocial Apps

2009-09-28 Thread KK
Hi, Regarding websites I am aware of several methods to promote like SEO, Internet Ads etc. But still not clear of the ways to promote opensocial apps. I have created my first orkut apps http://tinyurl.com/1dollardeal . Can somebody review and give me your valuable comments. Also if somebody hel

[OpenSocial] Problem with persistent storage

2009-09-28 Thread icefrost1
Hi I'm trying to implement persistent storage using OpenSocial. I'm saving data as follows: function getValue(item) { var c_value = ""; if (document.canvasform.photos[item].checked) { return 1; } return 0; } function saveData() { var req = opensocial.newDataRequest()