我正在寻找一个简单的Twitter库来阅读公共推特供稿并在我的Windows手机应用程序中显示它们。
之前曾问过一个类似的问题(http://stackoverflow.com/questions/4575693/how-do-i-read-a-public-twitter-feed-using-net-on-windows-phone)答案指向tweetsharp,但这似乎没有(很好)维护并可用于Windows Phone 7。
你可以推荐的任何其他库(对于wp7)?
答案 0 :(得分:1)
只需使用WebClient连接到以下类型的Feed
即可 http://twitter.com/statuses/user_timeline/user_id_no.rss
然后使用linq将数据读入可绑定的可观察集合中。
答案 1 :(得分:1)
Tweetsharp应该可以正常工作吗?请阅读this blog post by Tau Sick了解详细信息。
源代码现在位于github/danielcrenna/tweetsharp,最新更新时间不到两个月。