WP8 - Facebook Login Issue
I am trying to authenticate a user on Facebook using the Facebook C# SDK
on Windows Phone 8. To do so I am following the code here:
FacebookLoginPage.xaml.cs
But the problem I am facing is that, whenever I input my username and
password into the dialog that opens to authenticate the user, I just get
the following page:
After this, my program does not redirect to the Landing page which is a
separate view. The other solutions I have seen that suggest hiding the
WebView are not applicable since the authentication is abstracted into a
single LoginAsync function call. Any suggestions on what to do?
No comments:
Post a Comment