Today I'm going to use this method:
vardataObject:Object = {...}
Facebook.ui("stream.publish", dataObject, cb, "iframe");
function cb(res:Object):void
{
...do something...
}
I always use this method and it always work. But today the callback doesn't work! Someonelse have the same problem? Some days ago I know that it worked...
I'm using the API 1_6, but I've tryed with API 1_7 too.
Many thanks!