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功能,面向对象和功能支持方面进行了比较.
http://www.codeplex.com/LinqToTwitter
| 归档时间: |
|
| 查看次数: |
1777 次 |
| 最近记录: |