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

2011-04-07 Thread Carlos Littbarski
javascript:(function(){var%20d=document,l=d.location,e=encodeURIComponent,u='http://promote.orkut.com/preview?src=bkmrkltv=1nt=orkut.comdu='+e(l.href)+'tt='+e(d.title),s='rdrinl=1';if(!window.open(u,'','height=575,width=700,directories=0,location=1,menubar=0,resizable=0,scrollbars=1,status=1,toolbar=0'))l.href=u+s;})();

Esse é o This is the code I use to share the blog, and also AddThis,
but always follows the error.

2011/4/2, Bruno Oliveira (btco) bru...@google.com:
 Are you using the Javascript API or the HTTP GET API?
 Can you give more details about how you are generating the button?

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



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

2011-04-02 Thread Bruno Oliveira (btco)
Are you using the Javascript API or the HTTP GET API?
Can you give more details about how you are generating the button?

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