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