I'm following http://facebooksdk.net/docs/windows/tutorial/ . When I reached "You should now be able to run the app and login to Facebook." in the above mentioned link I tried to run my app.
But it fails showing http://i.imgur.com/rKzsjRk.png?1
How do I know that the error exists in the mentioned line because when I comment the line
//public static FacebookSessionClient facebookSessionClient = new FacebookSessionClient(Facebook_2.ViewModel.Constants.FacebookAppId);
Everything works fine.
This is not a duplicate post.