从 .NET 读取博主条目

发布于 2024-10-08 05:48:54 字数 98 浏览 4 评论 0原文

使用 .NET/C# 以编程方式从 Blogger 读取条目的最佳方式是什么?

What is the best way to read entries programatically from Blogger using .NET/C#?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

俏︾媚 2024-10-15 05:48:54

GData 具有 Blogger API。有一个可供下载的 C# 库。这是 Google 的官方库。我过去用过它(尽管是在 PHP 中)。文档有点少,但是代码运行得很好。

GData has a Blogger API. There is a C# library that can be downloaded. This is an official library from Google. I've used it in the past (though in PHP). The documentation is a bit light, but the code works very well.

灼疼热情 2024-10-15 05:48:54

该文档绝对是残暴的。对于任何有价值的东西,它的相关信息实际上为零。最好的办法是获取 FeedQuery,然后在调试器中逐步执行。进入调试器后,您可以看到所有实体并选择您想要的实体。如果您有任何疑问,请在此处发布,过去两周我一直在使用此 API。

The documentation is absolutely atrocious. It literally has zero pertinent information for anything valuable. Your best bet is to get your FeedQuery and then step through in debugger. Once in the debugger you can see all entities and pick out the ones you want. If you have any questions, post em here, I've been working with this API for the last two weeks.

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