We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
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', },
**8385666633**
{ resolve: 'gatsby-source-instagram', options: { username: '8385666633', },
Sorry, something went wrong.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: