Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled exceptions on Facebook login #82

Open
WheretIB opened this issue May 5, 2015 · 0 comments
Open

Unhandled exceptions on Facebook login #82

WheretIB opened this issue May 5, 2015 · 0 comments

Comments

@WheretIB
Copy link

WheretIB commented May 5, 2015

FacebookOAuthException is not the only exception that might arise from LoginAsync call, please handle all exceptions internally here:

https://github.com/facebook-csharp-sdk/facebook-winclient-sdk/blob/master/Source/Facebook.Client/Session.cs#L513-L534

Note that because this is an async method, if the call to your library is not properly wrapped on the application side, this will lead to crash in UnhandledException handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant