Reading blog entries from .NET.

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

+3
source share
2 answers

GData has a Blogger API . There is a C # library that can be downloaded. This is the official library from Google. I have used it in the past (albeit in PHP). The documentation is a little lit, but the code works very well.

+4
source

. - . FeedQuery, . - , . - , , API .

+2

Source: https://habr.com/ru/post/1781027/


All Articles