来自 Twitter API 调用的零星 400 响应

发布于 2024-10-03 08:30:14 字数 321 浏览 3 评论 0原文

我从我网站上的 twitter api 调用中收到看似随机的 400 错误。它似乎没有速率限制,因为它似乎不是基于时间的,在测试时我根本没有经历过它,而我的设计师(没有一次又一次地点击刷新)看不到该推文完全没有,然后突然可以了。

这是电话

$file = @file_get_contents('http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=mildfuzz&count=1');

Twitter 可以在特定区域关闭吗?根据位置得到不同的结果似乎很奇怪。

I am getting seemingly random 400 errors from a twitter api call on my site. It doesn't seem to be rate limiting, as it doesn't appear to be time based, while testing I did not experience it at all, whilst my designer (who had not been hitting refresh over and over) could not see the tweet at all, then suddenly could.

this is the call

$file = @file_get_contents('http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=mildfuzz&count=1');

Can Twitter be down in specific areas? It seems odd to get different results based on location.

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

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

发布评论

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

评论(1

浮生面具三千个 2024-10-10 08:30:14

事实证明,最好的方法是确保我始终检查我的速率限制,不知道为什么,但这似乎提醒 Twitter 我还有一些限制。

我现在还在数据库中保存每条推文的副本。

It turned out the best way was to make sure I was always checking my rate limit, no idea why, but this seems to alert Twitter to the fact that I have some limit left.

I am also now keeping a copy of each tweet in the database.

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