Twitter Atom 为一个用户提供空白,但为另一个用户提供空白?
我一直在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
搜索原子提要只能追溯到 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.
有一个 Atom 提要
There is an Atom feed at