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

sourced image URL expires after a few days

dkocich opened this issue · comments

I use the plugin to get URLs of IG images which I then show in my static page. The problem is that after a while they stop loading and their response is "URL signature expired" (I use allInstaNodes.edges.map( (e)=> ... <img src={e.node.thumbnails.src}...

possible solutions

You can already use sharp to download images and resize etc. i think this is already covered.