Search code examples
c#apigoogle-reader

how do i get a list of all of my current blog subscriptions and there current folders and labels programatically in google reader


is there a way to programatically get a list of all feeds and there current labels, folders from google reader. i am using c#. i see there are some listing for http get / put code but can't find any good parsers as well


Solution

  • Here's an interesting article about using Google Reader in C# directly. You may also take a look at Google Reader .NET API.