使用 Twitter API 搜索 Delicious 发布的推文
我是 StackOverflow 的新用户。我正在开发一个工具。
我的问题是我正在尝试从 Delicious 发布推文(“X 分钟前通过 Delicious”)。
在 Twitter API 文档 (https://dev.twitter.com/doc/get/search) 中,我可以看到:
源自应用程序: http://search.twitter.com/search.atom?q=landing +来源:tweetie
我是复制&将“http://search.twitter.com/search.atom?q=landing+source:tweetie”粘贴到网络导航器中。 Twitter API 中的示例不起作用! :S
但是,我正在尝试其他搜索应用程序,并且有效:
http://search.twitter.com/search.atom?q=landing+source:TweetDeck
http://search.twitter.com/search.atom?q=landing+source:twitterfeed
http://search.twitter.com/search.atom?q=landing+source:ping.fm
http://search.twitter.com/search.atom?q=landing+source:web
http://search.twitter.com/search.atom?q=landing+source:SocialOomph
http://search.twitter.com/search.atom?q=landing+source:tumblr
但是当我尝试搜索美味时,不起作用:
http://search.twitter.com/search.atom?q=landing+source:Delicious
为什么?我接下来尝试,但不起作用:
http://search.twitter.com/search.atom?q=landing+source:del.icio.us
http://search.twitter.com/search.atom?q=landing+source:icio.us
存在 http:/ 的解决方案/search.twitter.com/search.atom?q=landing+source:好吃?
我正在尝试访问 Twitter API IRC,但不起作用... :S
非常感谢,我很抱歉我的英语不好。问候! :)
I am a new user in StackOverflow. I am developing a tool.
My problem is that I am trying get tweets published from Delicious ("X minutes ago via Delicious").
In Twitter API Documentation (https://dev.twitter.com/doc/get/search), I can see:
Originating from an application:
http://search.twitter.com/search.atom?q=landing+source:tweetie
I am copy & paste "http://search.twitter.com/search.atom?q=landing+source:tweetie" in web navigator. The example from Twitter API don't work!!! :S
However, I am trying others search applications, and WORK:
http://search.twitter.com/search.atom?q=landing+source:TweetDeck
http://search.twitter.com/search.atom?q=landing+source:twitterfeed
http://search.twitter.com/search.atom?q=landing+source:ping.fm
http://search.twitter.com/search.atom?q=landing+source:web
http://search.twitter.com/search.atom?q=landing+source:SocialOomph
http://search.twitter.com/search.atom?q=landing+source:tumblr
But when I try to search for Delicious, don't work:
http://search.twitter.com/search.atom?q=landing+source:Delicious
Why? I am try next, and don't work:
http://search.twitter.com/search.atom?q=landing+source:del.icio.us
http://search.twitter.com/search.atom?q=landing+source:icio.us
Exists solution to http://search.twitter.com/search.atom?q=landing+source:Delicious?
I am try to access to Twitter API IRC, but don't work... :S
Thank you very much, and I sorry my bad English. Regards! :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
landing+source:Delicious
没有搜索结果,因为坦率地说,最近没有任何包含“landing”的推文是使用 Delicious 发布的。正如您所指出的,其他源应用程序包含结果是因为人们已经使用其他应用程序发布“登陆”推文。
但是
source:Delicious
确实有效;尝试搜索其他术语,例如food+source:Delicious
或happy+source:Delicious
,您应该会看到结果。With
landing+source:Delicious
there are no search results because there frankly aren't any recent tweets containing "landing" that were tweeted using Delicious.The other source applications contain results because people have been tweeting "landing" using other apps, as you've noted.
But
source:Delicious
does work; try searching for other terms, likefood+source:Delicious
orhappy+source:Delicious
and you should see results.