Twitter Search API to EXCLUDE Tweets with a Filter
I noticed there's an API filter 开发者_如何学Cto include only tweets with links. Is there a way to do the opposite and return only Tweets with no links in them?
Try adding -filter:links
to your request:
http://search.twitter.com/search?q=foo+-filter:links
http://search.twitter.com/search.json?q=foo+-filter:links
http://search.twitter.com/search.atom?q=foo+-filter:links
精彩评论