最推荐用于 .net Web 应用程序的 Twitter 库是什么?
我在 https://dev.twitter.com/docs/twitter-libraries# 找到了一个列表dotnet 但我不知道 twitter 关注的最后一个技术/api 是哪一个。 由于我是 twitter api 的新手,我也不知道从哪里开始,所以我认为有人可以推荐从哪里开始以及从什么开始。 提前致谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议 Twitterizer。我在我的一个项目中使用它,我发现它非常有用。
它甚至有一个流(流和用户流;如果您需要在应用程序中进行实时更新并希望避免达到 REST API 的每小时限制,请使用这些)API 实现,并附带一个很好的文档和一些示例。
在开始编写 API 之前,我强烈建议至少阅读 OAuth 的基础知识,当然还有 Twitter API 的概述,以了解您真正需要的是哪一个 (https://dev.twitter.com/start)。
I suggest Twitterizer. I'm using it in one my project and I find it very useful.
It even has a streaming (stream and user stream; use these if you need real time updates in your application and want to avoid hitting the hourly limit of the REST API) API implementation and comes with a nice documentation and some examples.
Before jumping into coding the API I strongly suggest to read at least the basics of OAuth and of course the overview of Twitter APIs to know which one is what you really need (https://dev.twitter.com/start).