gatsby-intro
gatsby-intro copied to clipboard
Instagram Scraping using username deprecated
Hello,
Instagram posts scraping using a username is not currently possible.
An Instagram username ID is needed instead.
More info here: https://github.com/oorestisime/gatsby-source-instagram#public-scraping-for-posts https://www.instagram.com/developer/
I came across this issue and you can find an Instagram username id using this tool: https://codeofaninja.com/tools/find-instagram-user-id/
If you're using the Gatsbyjs Instagram the id is **8385666633**
{ resolve: 'gatsby-source-instagram', options: { username: '8385666633', },