Twitter:超出速率限制,推文按钮算作请求吗?

发布于 2024-11-25 02:16:43 字数 365 浏览 1 评论 0原文

我有一个 Twitter feed,可以缓存来自 Twitter 的请求。它最多每 10 分钟获取一次 Feed(因此每小时 6 次,超出了最大限制 150 次)。

当超过速率限制时,我经常遇到问题。我能想到的唯一原因可能是网站其他地方使用的推文按钮。

使用推文按钮是否算作请求?如果是,缓存结果的最佳方法是什么?

我正在使用 json 请求: http://twitter.com/status/user_timeline/USER_ACCOUNT.json?count=2

I've got a twitter feed that caches a request from twitter. At most it gets the feed every 10 minutes (so that's 6 times an hour out of the max limit of 150).

I regularly get issues when the rate limit is exceed. The only reason I can think of that could be causing this is because of the tweet buttons used elsewhere on the site.

Does using a tweet button count as a request, and if so, what's the best way to cache the results?

I'm using the json request:
http://twitter.com/status/user_timeline/USER_ACCOUNT.json?count=2

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文