This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Description
I try to facebook login through winsdkfb.
First try with FacebookSession::LoginAsync with option SessionLoginBehavior:WebView always gives me 4201 error which states "User canceled the Dialog Flow, OAuthException"
But another try with option SessionLoginBehavior:WebAuth works.
Is there anything that i have to do to enable login with option WebView?
Another thing that i have to do with this sdk is posting some feed with Facebook Dialog.
But it also gives me 4201 error when i try FacebookSession::ShowFeedDialogAsync and i realize that whenever i got a 4201 error, they uses same logic FacebookDialog::ShowDialog.
So, i want to make my app possible to pass the auth process even when using a FacebookDialog::ShowDialog.