This week we started getting an error from orkut when using
requestSendMessage. Normally, orkut would provide a dialog allowing
the user to personalize the comment before sending. This is still the
case however, upon submitting the comment, orkut displays an error box
at the top of the screen which contains the following message:
We did not understand your last request.
Please make sure your request is complete and valid.
You are seeing this page probably because your action was considered
invalid by orkut.com site.
For reference here is code we use to send the message:
var params = [];
params[opensocial.Message.Field.TITLE] = "Message Title";
var message = opensocial.newMessage("Message body", params);
opensocial.requestSendMessage(orkutId, message, callback);
Has anyone had any experience with this error?
Thanks,
Clint
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---