does anybody know what are the properties of the fail object parameter in the callback function for flex facebook Graph API 1.7 ?
private function onLogin(response:Object, fail:Object):void
{
if (fail) {
// How do I check the message here?
}
}
You can see all properties of an object by the following loop.