Receive Facebook Graph API access_token after external login in .NET MVC core – Facebook api
I am trying to receive more information about the user after successful authentication with facebook in the public async Task<IActionResult> ExternalLoginCallback(string returnUrl = null, string remoteError = null) method of the Account controller. How am I able to receive the…