Thank you.

I posted this bug here: 
http://code.google.com/p/opensocial-resources/issues/detail?id=879



On Aug 11, 2:34 am, Sachin Shenoy <therealsac...@gmail.com> wrote:
> We found this late Sunday night. We are working on a fix.
>
> Thanks for reporting.
> Sachin
>
> On Mon, Aug 10, 2009 at 8:22 PM, Tiago Albineli Motta 
> <timo...@gmail.com>wrote:
>
>
>
> > The code bellow works on Firefox, but in IE6 and IE7 the activity
> > isn't posted on my notification list. On Firefox the callback function
> > that alerts "ok" is called, but in IE6 and IE7 it doesn't happens.
>
> > params[opensocial.Activity.Field.TITLE] = "my updade";
> > var activity = opensocial.newActivity(params);
> > opensocial.requestCreateActivity(activity,
> > opensocial.CreateActivityPriority.LOW, function(){ alert('ok'); });
>
> > This behavior is the same in sandbox and production.
>
> > Using IeHttpHeaders I noticed that on IEs the API makes an "/
> > Application.aspx" post when requestCreateActivity is called, while in
> > Firefox using Firebug i noticed that it makes this two posts "/
> > Application.aspx" then "/gadgets/ifr"

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

Reply via email to