I am seeing the exactly same issue. In fact my code was working fine till
last week. Now suddenly it started failing with "noimplemented" error
message.
Any idea whats wrong here?

Thanks,
Swapnil


On Fri, Oct 10, 2008 at 7:57 AM, Clint <[EMAIL PROTECTED]> wrote:

>
> Hi all,
>
> I've tried several examples of using requestSendMessage in both v0.7
> and v0.8 and I always receive the 'notImplemented' status code.  By
> looking at other posts, I can clearly see that some developers have
> been able to get this to work. Can anyone help?
>
> Here is one of the many simple examples I have tried so far.
>
>                        var params = [];
>                        var titleName = "This is the title of a message";
>                        params[opensocial.Message.Field.TITLE] = titleName;
>                        var body = "This is a message";
>                        var message = opensocial.newMessage(body, params);
>                        var recipients = [];
>                        recipients[0] = to_ids;
>                        opensocial.requestSendMessage(recipients, message,
> callback);
>
> 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