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.
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.
发布评论
评论(2)
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.
该文档绝对是残暴的。对于任何有价值的东西,它的相关信息实际上为零。最好的办法是获取 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.