JeromeFitz / react-instafeed

⚛️ React + 🖼️ Instafeed = 😀️
59 stars 6 forks source link

Instagram API limit #34

Closed raphaelfabeni closed 6 years ago

raphaelfabeni commented 6 years ago

Hey guys! How are you? A question, maybe off-topic, but with some relation with the lib. Currently, the Instagram API has a limit of 500 requests per hour. I was thinking if there is a way we can cache locally the current picture or if there is another way to avoid multiple requests for the same picture. As I said, this issue is more about getting new ideas than about a lib problem.

wesvance commented 6 years ago

@raphaelfabeni How'd you go about fixing this? I'm having a similar issue and would love to know how you did it :D