Hi all,
I'm sending scrap with message.create using this libary
opensocial-net-client and receive this message below:
[{"id":"messages","error":{"message":"unauthorized: Digite o texto conforme mostrado na caixa.","data":{"errorType":"requiresCaptcha","captchaUrl":"/social/pages/captcha?xid=1310689964901","captchaToken":"token1310689964901"},"code":401}}]
So i validate captcha sending to
http://www.orkut.com/social/rpc the message [{"id":"token","method":"captcha.answer","params":{"groupId":"@self","userId":"@me","captchaToken":"token1310689964901","captchaAnswer":"acing"}}].
and google returns "[{"id":"token","data":{}}] , but nothing happens,
so what is wrong ?
Thanks,
Gerson Oddone