TerribleDev / OwinOAuthProviders

OAuth providers for Owin
MIT License
504 stars 236 forks source link

Owin.Security.Providers.Instagram underlying API is obsolete #267

Open CraigLager opened 4 years ago

CraigLager commented 4 years ago

Instagram have now depreciated their graph API in favour of the new Basic Display API

image

This involves a change to the auth flow, requiring different parameters to be passed on the URI in the following format:

https://api.instagram.com/oauth/authorize
  ?app_id={app-id}
  &redirect_uri={redirect-uri}
  &scope=user_profile,user_media
  &response_type=code

https://developers.facebook.com/docs/instagram-basic-display-api/getting-started

DominicRich commented 4 years ago

Any update on this?

agrigg commented 3 years ago

@CraigLager or @DominicRich, did you find a workaround for this?

DominicRich commented 3 years ago

@CraigLager or @DominicRich, did you find a workaround for this?

Sorry, I've moved jobs since then and I'm no longer looking into this. It was for a previous company at the time. The product I was working on no longer exists due to Instagram's API changes sadly.