How to get access token for facebook api when using Azure B2C and .NET Core 2.1
I'm creating a demo application in .NET Core 2.1, which uses Azure AD B2C to login with Facebook, all good there, however, I would like to get the facebook access token to be able to invoke facebook api, I thought…