You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling FacebookSessionClient.LoginAsync, there is no difference in the handling between when an error occurs (WebAuthenticationStatus.ErrorHttp) or when a user cancels the operation (WebAuthenticationStatus.UserCancel). Both result in a plain InvalidOperationException being thrown.
In practice, one might want to distinguish between the two. I want to do something different to my users when they press the back button as when, for example, the device has no internet connection. As it stands, there is no way to make this distinction.
The text was updated successfully, but these errors were encountered:
When calling FacebookSessionClient.LoginAsync, there is no difference in the handling between when an error occurs (WebAuthenticationStatus.ErrorHttp) or when a user cancels the operation (WebAuthenticationStatus.UserCancel). Both result in a plain InvalidOperationException being thrown.
In practice, one might want to distinguish between the two. I want to do something different to my users when they press the back button as when, for example, the device has no internet connection. As it stands, there is no way to make this distinction.
The text was updated successfully, but these errors were encountered: