Hi,

I created an application in orkut and I can't finished it because of
internal server error in using opensocial.requestSendMessage.
This is the code I used which I got from orkut's documentation(http://
code.google.com/apis/orkut/articles/tutorial/tutorial.html).

var params = {};
params[opensocial.Message.Field.TITLE] = title;
params[opensocial.Message.Field.TYPE] = opensocial.Message.Type.EMAIL;

var message = opensocial.newMessage(message, params);
opensocial.requestSendMessage(friend_id, message, function() {});

The link for the said application is
http://sandbox.orkut.com/Main#Application.aspx?appId=538430058523&appParams={%22page%22%3A%22%2Ffriends.php%3Fsid%3D1289560180959%22}.
The functionality that doesn't work there is the Send Invite
functionality.

My application isn't submitted yet and I think its the error.

Please help!
Thanks

Regards,
jacrudagreat_17

-- 
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.

Reply via email to