Thank you. This is another problem for us... =/

On my case your approach is not possible.

A sugestion for Google staff: If the captcha image can be obtained
through a URL, with a temporary key as a GET variable. The key should
be temporary and will be invalidated after some time. Is this viable?
With this approach will be possible to put the URL on a 'src attribute
from a <img>, like this:

<img 
src="http://www.orkut.com/social/pages/captcha?xid=1234567890&key=0987654321";>

This will be a great help for applications that can't handle binary data.


Thank you.



On Tue, Apr 12, 2011 at 2:16 PM, Robson Dantas <biu.dan...@gmail.com> wrote:
> Allan,
> Ran into the same problem, and had to change the way was authenticating. Now
> I´m doing this serverside, and using javascript oauth library to make the
> calls. Dont see any other way to fix it, just serverside.
> Robson Dantas
> @robsondantas
>
> On Mon, Apr 11, 2011 at 7:33 PM, Allann Jones <allan...@gmail.com> wrote:
>>
>> Hi, I am retrieving captcha picture content, but I am developing with
>> pure JavaScript, I don't have a way to write binary content to a file.
>> So, how can I get the captcha picture with only a URL to pass to 'src'
>> attribute of a <img> tag to show to user?
>>
>>
>> Thank you.
>>
>> --
>>
>> --
>> 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
>> opensocial-orkut+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/opensocial-orkut?hl=en.
>>
>
> --
> 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
> opensocial-orkut+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/opensocial-orkut?hl=en.
>



-- 
--
Allann Jones

"I received the fundamentals of my education in school, but that was
not enough. My real education, the superstructure, the details, the
true architecture, I got out of the public library. For an
impoverished child whose family could not afford to buy books, the
library was the open door to wonder and achievement, and I can never
be sufficiently grateful that I had the wit to charge through that
door and make the most of it." (from I. Asimov, 1994)

-- 
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 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to