We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我目前正在扩展 Twitterizer 的新重写 (http://code.google. com/p/twitterizer),一旦将正确的方法添加到新版本中,您应该能够以相当直接的方式执行此操作。
以下是您可能需要的原始 API 调用:
如果您在时间紧迫的情况下,我可能可以很快地创建这些特定的方法,因为我们库的基础已经准备就绪。请告诉我。
无论你选择什么方向,一定要使用OAuth进行用户授权。 (这就是我们刚刚重写的 Twitterizer)基本身份验证将在 6 月的某个时候停止运行。 (详细信息请参见:http://groups. google.com/group/twitter-api-announce/browse_thread/thread/c2c4963061422f28?hl=en)
I am currently in the process of expanding the new re-write of Twitterizer (http://code.google.com/p/twitterizer), once the proper methods have been added to the new version, you should be able to do this in a fairly straight forward way.
Here are the raw API calls you'll probably need:
If you're in a time crunch, I can probably get those particular methods created quite quickly, as the underpinnings of our library is ready to go. Just let me know.
No matter what direction you choose, be absolutely sure to use OAuth for user authorization. (That's what we just re-wrote Twitterizer) Basic authentication will cease to function sometime in June. (Details here: http://groups.google.com/group/twitter-api-announce/browse_thread/thread/c2c4963061422f28?hl=en)
看看我的第一个列表似乎是最全面的。然而,linq 2 Twitter 似乎在阅读方面很有前途。
Looking at the list I'd the first appears to be most comprehensive. However the linq 2 Twitter seems to be promising for the reading stuff.