[orkut-developer] Re: Orkut Share Button - Your client has issued a malformed or illegal request

2011-04-04 Thread Tulio Ornelas
Sorry for the lack of information. I did the share button with Javascript 
API.

google.load('orkut.share', '1');
google.setOnLoadCallback(function() {
  new google.orkut.share.Button({
lang: 'pt_BR',
style: google.orkut.share.Button.STYLE_REGULAR,
title: piche me,
summary: 'Acabei de deixar a minha marca no piche me',
thumbnail: http://piche.me/images/spray_off.png;
  }).draw('orkut-button');
}, true);

I already tried the version without the true value.

-- 
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] Orkut Share Button - Your client has issued a malformed or illegal request

2011-03-29 Thread Tulio Ornelas
It always return this error, but it worked in localhost tests.

url: http://piche.me
browser: chrome 10 for MAC/OS

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