I am using the Facebook C# SDK installed using NuGet to allow user\'s to login to my site using Facebook. In all the C# SDK documentation that I\'ve found, the access token was
var fb = new FacebookClient(); dynamic signedRequest = fb.ParseSignedRequest("app_secret", Request.Params["signed_request"]);