Hello,
I am using OpenSocial 8 APIs to sent App invites and messages in my javascript code. Everything works fine in Firefox.
The problem is with Safari 4.0.2 and IE8 where, though the Invites and Messages are being sent successfully, the call back function for them is not getting executed.
Here is the code,
var message = opensocial.newMessage(msg, params);
opensocial.requestSendMessage(recipient, message, function(response){ //some code});
How should I get it working in IE8 and Safari?