Re: [orkut-developer] Re: messages.create

2011-04-04 Thread Allann Jones
Is possible to add support for simple ASCII emoticons on scraps? I think a simple regex or a IF on scraps handling on the server side just for these specific cases of Orkut emoticons set like [:)] [:D] [;)] [:o] [:O] [:P] [8)] [/)] [:(] [:x] ... Thank you. On Sat, Apr 2, 2011 at 5:20 PM,

[orkut-developer] Re: messages.create

2011-04-02 Thread Bruno Oliveira (btco)
Hello, You need to solve a captcha to post some content. The 3LO API may throw a captcha at you after any request, when it detects a usage pattern that requires that. For example, posting several requests in succession or posting requests with URL's are likely to trigger captchas. In this

[orkut-developer] Re: messages.create [:)]

2011-04-02 Thread Bruno Oliveira (btco)
Duplicate thread :-) See answer on other thread. -- 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

Re: [orkut-developer] Re: messages.create

2011-04-02 Thread Allann Jones
I am developing 3LO on embedded devices captcha is not so viable on some of it. I am not posting URLs, only single line with standard characters like: hello [:)] [;)] [:x] go home ... I think this is the minimal for single messages to get emoticons. Thank you very much for your response. On

[orkut-developer] Re: messages.create captcha

2010-07-15 Thread Prashant (Google)
Allann, You'll have to use the same auth mechanism as in all other requests for fetching the captcha URL too, using the security token you got. You can refer to the example in the CaptchaServlet link posted above. Prashant On Jul 15, 1:54 am, Allann Jones allan...@gmail.com wrote: Sorry. httpd

Re: [orkut-developer] Re: messages.create captcha

2010-07-15 Thread Robson Dantas
Allan, Use OAuth to fetch the captcha (the same way you are using to call the rpc message). -Robson Dantas 2010/7/15 Prashant (Google) p...@google.com Allann, You'll have to use the same auth mechanism as in all other requests for fetching the captcha URL too, using the security token you