Re: [orkut-developer] Getting captcha through URL

2011-04-14 Thread Robson Dantas
Hi,

Thanks for the tip, but it will not solve the problem here. Captcha needs to
be generated on the fly using oauth, that´s why it turns out to be
complicated.

Robson Dantas
@robsondantas

On Mon, Apr 11, 2011 at 11:58 PM, jose roberto goncalves dias 
zeobertof...@gmail.com wrote:



 2011/4/11 Allann Jones allan...@gmail.com

 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.

 --
 software has a very practical to use, called easy gift, you create or
 copy a picture to it, it already creates the code, or you can finish your
 work and save the image file on your computer, after this, do Upload
 paras orkut, or just post it.

 zeroberto
 --

 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.


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



Re: [orkut-developer] Getting captcha through URL

2011-04-13 Thread jose roberto goncalves dias
2011/4/11 Allann Jones allan...@gmail.com

 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.

 --
 software has a very practical to use, called easy gift, you create or copy
 a picture to it, it already creates the code, or you can finish your work
 and save the image file on your computer, after this, do Upload paras
 orkut, or just post it.

 zeroberto
 --
 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.



Re: [orkut-developer] Getting captcha through URL

2011-04-12 Thread Robson Dantas
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.



Re: [orkut-developer] Getting captcha through URL

2011-04-12 Thread Allann Jones
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=1234567890key=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.



[orkut-developer] Getting captcha through URL

2011-04-11 Thread Allann Jones
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.