[orkut-developer] Re: Invites not working in the sandbox

2010-11-10 Thread Julian Hidalgo
Hi We got a response from Google, it's a bug in Orkut, so we have to wait until they fix it. Thanks for replying! Regards, Julián -- 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-or...@

[orkut-developer] Re: Invites not working in the sandbox

2010-11-10 Thread Leandro
In my app it's working fine. My code: function enviaMensagem(pTitulo, pTexto, pIDAmigo) { var params = []; params[opensocial.Message.Field.TITLE] = pTitulo; params[opensocial.Message.Field.TYPE] = opensocial.Message.Type.EMAIL; var message = opensocial.newMessage(pTexto, params); opens

[orkut-developer] Re: Invites not working in the sandbox

2010-11-10 Thread Antonio Cruda
I also experienced this in the application I created. I tried the code that is working in OpenSocial Dev App and it doesn't work on the two apps I created. The first app I used version 0.8 of opensocial and the second app I used 0.7. This is the code snippet I get from OpenSocial Dev App (orkut): f

[orkut-developer] Re: Invites not working in the sandbox

2010-11-09 Thread Julian Hidalgo
Hi Leandro Thanks for replying. We did test there and it didn't work. I just tested again just in case and got the same error. Any other idea? Thanks! Julián -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this group, sen

[orkut-developer] Re: Invites not working in the sandbox

2010-11-09 Thread Leandro
You can try testing it on: http://prod.sandbox.orkut.com Leo On 8 nov, 18:21, Julian Hidalgo wrote: > Hi everyone > > We are developing a game for Orkut, and we have been unable to make the > invitations work. > > When we click on "Send" in the invitation dialog that we generate > through the o