Yes, as some would have already found this has been fixed on Prod.
Sandbox fix will be rolled out in another few hours. [It will need a force
reload of the JS though]

Regards,
Sachin

On Thu, Jun 18, 2009 at 12:19 AM, Eduardo Rocha <[email protected]>wrote:

>
> Good to have this back, thanks.
>
> On 15 jun, 12:05, Eduardo Rocha <[email protected]> wrote:
> > Two weeks is way too long.
> >
> > On 15 jun, 08:20, anatoly <[email protected]> wrote:
> >
> > > Why so long?
> >
> > > On Jun 14, 8:06 am, Sachin Shenoy <[email protected]> wrote:
> >
> > > > Yes, this is broken currently. Fix will take around two weeks time.
> > > > Thanks,
> > > > Sachin
> >
> > > > On Fri, Jun 12, 2009 at 6:01 AM, DON <[email protected]> wrote:
> >
> > > > > Hi all,
> >
> > > > > I am trying to post a message to users using the example code, it
> > > > > worked for me few days back and now its throwing this  "unknown RPC
> > > > > service" error, I have no clue what this is about. I am developing
> on
> > > > > Orkut. Is this an error on container or application side?
> >
> > > > > code that I have been trying:
> >
> > > > > function sendEmail() {
> > > > >  var params = [];
> > > > >  params[opensocial.Message.Field.TITLE]="Hola!";
> > > > >  var body="Como estas?";
> > > > >  var message = opensocial.newMessage(body, params);
> > > > >  var recipient = opensocial.IdSpec.PersonId.OWNER;
> > > > >  opensocial.requestSendMessage(recipient, message,
> callback,params);
> > > > >        alert("ping");
> > > > >        if (opensocial.requestSendMessage)
> > > > >                alert(opensocial.requestSendMessage);
> >
> > > > > }
> >
> > > > > function callback(data) {
> > > > >  if (data.hadError()) {
> > > > >    alert(data.getErrorCode());
> > > > >  } else {
> > > > >    alert("Ok");
> > > > >  }
> >
> > > > > };
> >
> > > > > sendEmail();- Hide quoted text -
> >
> > > > - Show quoted text -
> >
>

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