I am using the Owin.Security.Providers.Instagram to login to my application using Instagram. Recently I am getting the below error. {"error_type": "OAuthException", "code": 400, "error_message": "Invalid scope field(s): basic"}
I was searching the problem, I figured out that Instagram update their API
"The remaining Instagram Legacy API permission ("Basic Permission") was disabled on June 29, 2020. As of June 29, third-party apps no longer have access to the Legacy API."
Your help is very appreciated.