gatsby-intro icon indicating copy to clipboard operation
gatsby-intro copied to clipboard

Instagram Scraping using username deprecated

Open aldi opened this issue 4 years ago • 1 comments

Hello,

Instagram posts scraping using a username is not currently possible. Screenshot 2020-08-14 at 14 16 20 Screenshot 2020-08-14 at 14 10 10 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/

aldi avatar Aug 14 '20 11:08 aldi

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', },

LxzzR avatar Sep 06 '20 21:09 LxzzR