Hi Clint. Your code works for me. Are you sure you're not surpassing
your quota? Users can submit no more than 10 messages per day across
all of their applications.

Feel free to provide a link to your app if this is still an issue for
you.

- Jason

On Nov 20, 7:40 am, Clint <[EMAIL PROTECTED]> wrote:
> 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 opensocial-orkut@googlegroups.com
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