如何使用 LinqToTwitter 查看原始 XML 或 Json 响应?

发布于 2024-12-10 19:13:58 字数 145 浏览 0 评论 0原文

使用 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 技术交流群。

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

发布评论

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

评论(2

瑶笙 2024-12-17 19:13:58

TwitterContext 有一个可以使用的 RawResults 属性。

TwitterContext has a RawResults property you can use.

禾厶谷欠 2024-12-17 19:13:58

如果这只是为了调试目的,我会使用 WiresharkFiddler - 这样你就可以看到完整的 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.

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