SignInManager.ExternalSignInAsync with Facebook always returns failure
问题 Google+ works, but Facebook always returns a failure. When I examine loginInfo it shows that authenticated = true. This is the code in Statup.Auth.cs - I included the Google+ code which works. public void ConfigureAuth(IAppBuilder app) { // Configure the db context, user manager and signin manager to use a single instance per request app.CreatePerOwinContext(ApplicationDbContext.Create); app.CreatePerOwinContext<ApplicationUserManager>(ApplicationUserManager.Create); app.CreatePerOwinContext