Twitter Atom 为一个用户提供空白,但为另一个用户提供空白?

发布于 2024-12-07 16:45:08 字数 678 浏览 1 评论 0原文

我一直在 Twitter 中通过 search.atom 提取最新的推文。

$feed = "http://search.twitter.com/search.atom?q=from%3A" . $username_for_feed . "&rpp=" . $limit;

问题是最近它刚刚开始显示没有内容。我查看了不同的网址,但没有显示,仅针对某些用户名?

http://search.twitter.com/search.atom? q=from:kevinbacon&rpp=1

这对我有用。

http://search.twitter.com/search.atom? q=from:zesty_one&rpp=1

这里,两个帐户都有推文,当我添加 most_recent 时,没有什么区别,所以我看不出日期有什么关系和 它。

I've been pulling the latest tweet via search.atom in Twitter.

$feed = "http://search.twitter.com/search.atom?q=from%3A" . $username_for_feed . "&rpp=" . $limit;

The problem is lately it just started showing no content. I went and looked at different URLs and it isn't showing, only for certain usernames??

http://search.twitter.com/search.atom?q=from:kevinbacon&rpp=1

That works for me.

http://search.twitter.com/search.atom?q=from:zesty_one&rpp=1

Here, both accounts have tweets, and when I add most_recent, it makes no difference, so I can't see how date has anything to do with it.

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

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

发布评论

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

评论(2

拍不死你 2024-12-14 16:45:08

搜索原子提要只能追溯到 7 天。因此,如果该提要为空白的用户已经 7 天没有发推文,则不会显示任何内容。

The search atom feed only goes back 7 days. So if that user with a blank feed hasn't tweeted for 7 days it won't show anything.

北凤男飞 2024-12-14 16:45:08

有一个 Atom 提要

http://twitter.com/statuses/user_timeline/$username.atom?count=200

There is an Atom feed at

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