Open GoogleCodeExporter opened 8 years ago
What is the expected output? What do you see instead?
Error #2044: Unhandled ErrorEvent:. text=Load error.
Original comment by som9...@gmail.com
on 24 May 2011 at 9:26
I expect trace out "login successfull" and the loged user name. But only see
that error on the output windows
Original comment by hoshiv...@gmail.com
on 24 May 2011 at 10:56
Can you please provide some code?
Original comment by rovertn...@gmail.com
on 10 Jun 2011 at 5:45
public static const extendedPermissions:Array =
[];//"publish_stream","user_website","user_status","user_about_me"];
protected function onCreated():void {
trace("started");
FacebookMobile.init(APP_ID, onFB);
}
protected function onFB(response:Object,fail:Object):void {
trace("init");
}
protected function onLoginClicked():void {
trace("login");
FacebookMobile.login(onFBLogin,this.stage,extendedPermissions);
}
protected function onFBLogin(response:Object,fail:Object):void {
trace("in");
}
Original comment by vic.gvo...@gmail.com
on 14 Apr 2012 at 9:02
I'm building an application with facebook integration, and this error is
happening to me when I don't have connection to the internet. Instead of
crashing, I need to display a message saying that there's no internet
connection. However, I'm not being able to handle that error using "try" and
"catch", because It won't get inside the catch statement. How can I handle that?
Original comment by rafael.b...@gmail.com
on 16 May 2013 at 6:49
It's like Facebook's AS3 api isn't able to recognize the user is not connected
to the internet. I've tried everything and nothing works.
Original comment by rafael.b...@gmail.com
on 16 May 2013 at 6:56
It's like Facebook's AS3 api isn't able to recognize the user is not connected
to the internet. I've tried everything and nothing works.
Original comment by rafael.b...@gmail.com
on 16 May 2013 at 6:56
I've discovered the problem: the class MobileLoginWindow doesn't add an error
EventListener to webView, so it throws an unexpected error. I've added that to
the class and it's working fine now.
Original comment by rafael.b...@gmail.com
on 16 May 2013 at 7:55
Error #2044: Unhandled ErrorEvent:. text=Load error.
Some one got solutions to this??
Original comment by r.vivekh...@gmail.com
on 16 Oct 2014 at 7:48
I have same issue , too.
Original comment by havietn...@gmail.com
on 17 Oct 2014 at 3:09
Hi, i also have the same issue.
I can login on Facebook for few times and than get error:
Error #2044: Unhandled ErrorEvent:. text=Load error.
Internet is allways working.
If handle this error, as Rafael said, facebook login does not finish and login
callback function is never called.
Any ideas?
Original comment by si3st...@gmail.com
on 24 Oct 2014 at 10:18
Original issue reported on code.google.com by
hoshiv...@gmail.com
on 20 May 2011 at 7:26