如何使用 LinqToTwitter 查看原始 XML 或 Json 响应?
使用 LinqToTwitter 库搜索用户时如何查看原始 XML 或 Json 响应?我正在使用 SingleUserAuthorizer 进行 oAuth。
如果您有任何使用其他库甚至简单的 oAuth 框架的想法,我愿意接受建议。
谢谢。
How can I view the raw XML or Json response when doing a search for users using the LinqToTwitter library? I'm using the SingleUserAuthorizer for oAuth.
If you have any ideas using other libraries or even a simple oAuth framework, I'm open to suggestions.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
TwitterContext 有一个可以使用的 RawResults 属性。
TwitterContext has a RawResults property you can use.
如果这只是为了调试目的,我会使用 Wireshark 或 Fiddler - 这样你就可以看到完整的 HTTP 请求/响应。
If this is just for debugging purposes, I'd use Wireshark or Fiddler - that way you get to see the complete HTTP requests/responses.