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")
<[email protected]>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 [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to