oorestisime / gatsby-source-instagram

Create nodes from instagram posts hashtags and profiles

Home Page:https://gatsby-src-instagram.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannnot get last 3 posts

webdeveloper2-larm opened this issue · comments

I can't public scrape the last 3 images that was posted by an account. I'm only given 3 random images.

you can use limit as following
allInstaNode(limit: 3, sort: {fields: timestamp, order: DESC}) { }