Replies: 1 comment 6 replies
-
Every 60 minutes SCrawler/SCrawler/API/Instagram/SiteSettings.vb Lines 286 to 291 in b2a9b22 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reading the official API limits it appears the call count is limited to 200 calls based on a 1hr rolling window.
https://developers.facebook.com/docs/graph-api/overview/rate-limiting#platform-rate-limits
In watching the spent call counter in the app I have seen it eventually reset, but it wasn't necessarily obvious what schedule it reset on.
Just out of curiosity, does it run on a 1hr rolling window in the background or is there a different logic that it operates off of?
Beta Was this translation helpful? Give feedback.
All reactions