Dymantic / laravel-instagram-feed

150 stars 51 forks source link

URL signature expired #43

Closed ateequrrahman97 closed 3 years ago

ateequrrahman97 commented 3 years ago

Hello @michaeljoyner I have faced some issues. url/thumbnail_url returns "URL signature expired". I want only thumbnail images for my instagram feed.

michaeljoyner commented 3 years ago

Hi @ateequrrahman97 You need to refresh your feed, the urls provided by the Instagram API do not last forever. I suggest you set up a daily cron job to refresh your feed(s). You can use the artisan command instagram-feed:refresh., or check this section of the readme

ateequrrahman97 commented 3 years ago

Thank you @michaeljoyner Problem solved.