You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: