Thread Starter
domako
(@domako)
Thank you for fast response 🙂
I found on this page https://dev.twitter.com/docs/rate-limiting/1.1
that twitter has limits on API calls. As i can see from here one call per minute :S
If got it right, then plugin that calls API should not call it more than once per minute. so plugin needs to store response in cache and reuse it.
And it seams to me that your plugin doesn’t cache responses, it looks like it calls API for every page load.
I just want to check this with you, not saying that I’m right 🙂
Cheers