Windows Phone 8 Silverlight, in my FacebookConfig.xml I have
<RedirectPage Name="/Views/LoginView.xaml" />
When I initiate login using
Session.ActiveSession.LoginWithBehavior("email,public_profile", FacebookLoginBehavior.LoginBehaviorMobileInternetExplorerOnly);
I log in and the FacebookUriMapper tries to redirect me to '/181388238617107'
and the app crashes with
No XAML was found at the location '/181388238617107'
I would expect the FacebookUriMapper to redirect me to /Views/LoginView.xaml as stated in the FacebookConfig.xml.
Windows Phone 8 Silverlight, in my FacebookConfig.xml I have
When I initiate login using
I log in and the FacebookUriMapper tries to redirect me to '/181388238617107'
and the app crashes with
I would expect the FacebookUriMapper to redirect me to /Views/LoginView.xaml as stated in the FacebookConfig.xml.