Login with Facebook in ASP.NET C# - Retrieve user details
by johna | March 23, 2012
I needed to add a login with Facebook button to a website and wanted a simple solution that would check whether the user successfully logged in and return their email address and name. I considered using the C# SDK but couldn't find much in the way of documentation or samples to accomplish this task.