Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 LinqToTwitter 库搜索用户时,如何查看原始 XML 或 Json 响应?我正在使用 SingleUserAuthorizer 进行 oAuth。
如果您对使用其他库甚至是简单的 oAuth 框架有任何想法,我愿意接受建议。
谢谢。
TwitterContext 有一个可以使用的 RawResults 属性。
如果这只是为了调试目的,我会使用Wireshark或Fiddler——这样你就可以看到完整的 HTTP 请求/响应。