Hi, Has anyone found opensocial.Activity working on Api v0.7 on orkut?
I tried to send updates as examples metioned in the following link http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Activity.html Code I used is function sendActivityStream(){ var activity = opensocial.newActivity('Activity Name', {Subject: uid, Owner:ouid} ) opensocial.requestCreateActivity(activity, opensocial.CreateActivityPriority.HIGH, function(response){ alert( response.hadError() ); } ) } here response.hadError() is returning false, but no activity is published Thanks Hemant --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

