用于 Windows Phone 阅读公共源的简单 Twitter 库

发布于 2024-12-13 05:39:09 字数 277 浏览 0 评论 0原文

我正在寻找一个简单的 Twitter 库来读取公共 Twitter 源并将其显示在我的 Windows Phone 应用程序中。

之前提出过类似的问题(http://stackoverflow.com/questions/4575693/how-do-i-read-a-public-twitter-feed-using-net-on-windows-phone)和答案之一指向tweetsharp,但这似乎没有(很好)维护并且可用于Windows Phone 7。

您可以推荐任何其他库(适用于wp7)吗?

i'm looking for a simple Twitter library to read public twitter feeds and display them in my windows phone app.

A similar question was asked before (http://stackoverflow.com/questions/4575693/how-do-i-read-a-public-twitter-feed-using-net-on-windows-phone) and one of the answers points to tweetsharp but this doesn't seem to be (well) maintained and available for windows phone 7.

any other libraries (for wp7) out there that you can recommend ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

葬花如无物 2024-12-20 05:39:09

Tweetsharp 应该可以正常工作吗?阅读Tau Sick 撰写的这篇博文 了解如何操作的详细信息。

源代码现在位于 github/danielcrenna/tweetsharp 上,最新更新是在不到两个月前。

Tweetsharp should work just fine? Read this blog post by Tau Sick for details on how.

The source is now on github/danielcrenna/tweetsharp and the latest update was less than two months ago.

烈酒灼喉 2024-12-20 05:39:09

只需使用 WebClient 连接到以下类型的提要

http://twitter.com/statuses/user_timeline/user_id_no.rss

然后使用 linq 将数据读入可绑定的可观察集合中。

Just use WebClient to connect to the following kind of feed

http://twitter.com/statuses/user_timeline/user_id_no.rss

Then use linq to read the data into an observable collection that you can bind to.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文