-
Notifications
You must be signed in to change notification settings - Fork 53
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
Discussion: Deprecation of the Instagram legacy API #131
Comments
The plugin is using the graph api when provided with a token so i think that this deprecation is ok for the plugin. Btw if you want to generate a token here's a how to https://github.com/oorestisime/gatsby-source-instagram#instagram-graph-api-token |
Thanks for the heads up @oorestisime. I think it might affect the public scraping part. I'm working on this gatsby starter. If I keep using this plugin, what do you think will be the steps for setting up with the new graph API? Currently, my setup on {
resolve: `gatsby-source-instagram`,
options: {
username: config.social.instagram,
},
} |
Unfrotunately i won't be able to predict those changes so maybe we will have some issues that day. hopefully not! As for the graph api i sent you above the way to get a token. Once you get what you need you can configure it in a similar manner as i do in the example: |
Cheers for the link! |
This doesn't seem to be official, but it has been working for a long time, and data is public anyway. If you append |
ha interesting, hope to have some time in the following days to do this then. unless you want to PR :) |
I am closing this issue since it hasn't impacted anything on the plugin |
I found out that Instagram is deprecating their legacy API on March 31, 2020. Would this affect how this plugin works?
If so, looks like we'll have to migrate to the Basic Display API. The User Token Generator generates a token that is valid for 60 days before having to be refreshed, and can only be used with accounts you know the credentials to.
The text was updated successfully, but these errors were encountered: