LINQ to Twitter库比较

Gre*_*reg 3 .net linq twitter

Twitter有哪些LINQ提供商,他们如何比较?除了发布推文之外,还有什么能让您查询推文,关注者和关注者吗?关系支持怎么样?例如

from user in my-followers
where user.name.contains("drew")
and user.followers.count > 10
from tweet in user.tweets
where tweet.message.length < 100
select tweet.message
Run Code Online (Sandbox Code Playgroud)

编辑: 是的,我可以使用Google轻松找到Twitter API.有趣的是在可用库的LINQ功能,面向对象和功能支持方面进行了比较.

Nin*_*nse 9

alt text http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=LinqToTwitter&DownloadId=68384

http://www.codeplex.com/LinqToTwitter

  • Per Jeff&Joel,"对于stackoverflow来说,没有任何问题太简单了" (3认同)
  • 是的,真的!:-) (2认同)