While the API is initialiting, reload the web page. The exception shown in the
capture.jpg will be launched.
I think that the solution'd be in com.facebook.graph.core, AbstractFacebook.as,
method handleRequestLoad:
protected function handleRequestLoad(target:FacebookRequest):void
{
var resultCallback:Function = openRequests[target];
if (resultCallback === null) {
delete openRequests[target];
/////////////////////////
// Missing return here!!
/////////////////////////
}
(......)
}
Thanks
Original issue reported on code.google.com by vme...@gmail.com on 24 Jan 2012 at 12:19
Original issue reported on code.google.com by
vme...@gmail.com
on 24 Jan 2012 at 12:19Attachments: