Re: [orkut-developer] Re: CreateActivity is not working

2011-05-23 Thread Guilherme Willian Oliveira
never mind is working again

On Tue, May 17, 2011 at 8:26 PM, Guilherme Willian Oliveira 
gwolive...@gmail.com wrote:

 I still having a problem

 the callback message is:
 DATA: null  MSG:  Server internal error CODE:  forbidden on chrome
 DATA: null  MSG:  Outstanding request. Only one allowed at any given time.
 CODE:  forbidden on Firefox

 the code is:
...
   opensocial.requestCreateActivity(activity,
 opensocial.CreateActivityPriority.HIGH, callback);
...

  function callback(status) {
 if (status.hadError()) {
   alert(DATA: + status.getData()+  MSG:  +
 status.getErrorMessage()+ CODE:  + status.getErrorCode());
 }
else {
  alert(OK);
}
  };



 On Tue, May 17, 2011 at 7:48 PM, Bruno Oliveira (btco) 
 bru...@google.com wrote:

 Fixed :-)

 --
 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] Re: CreateActivity is not working

2011-05-23 Thread Guilherme Willian Oliveira
I still having a problem

the callback message is:
DATA: null  MSG:  Server internal error CODE:  forbidden on chrome
DATA: null  MSG:  Outstanding request. Only one allowed at any given time.
CODE:  forbidden on Firefox

the code is:
   ...
  opensocial.requestCreateActivity(activity,
opensocial.CreateActivityPriority.HIGH, callback);
   ...

 function callback(status) {
if (status.hadError()) {
  alert(DATA: + status.getData()+  MSG:  +
status.getErrorMessage()+ CODE:  + status.getErrorCode());
}
   else {
 alert(OK);
   }
 };



On Tue, May 17, 2011 at 7:48 PM, Bruno Oliveira (btco)
bru...@google.comwrote:

 Fixed :-)

 --
 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: CreateActivity is not working

2011-05-17 Thread Bruno Oliveira (btco)
Fixed :-)

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