Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CraigLager opened this issue Nov 26, 2019 · 3 comments
Open

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

CraigLager opened this issue Nov 26, 2019 · 3 comments

Comments

@CraigLager
Copy link

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
Copy link

Any update on this?

@agrigg
Copy link

agrigg commented Jul 6, 2021

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

@DominicRich
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants