0

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

skaffman
  • 398,947
  • 96
  • 818
  • 769
leora
  • 188,729
  • 360
  • 878
  • 1,366

1 Answers1

1

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

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928
  • thanks . . i dont see any parsing code here . . what is the recommended way to parse json strings into csharp objects ? – leora Feb 07 '10 at 15:01
  • There are some JSON libraries like Json.NET (http://james.newtonking.com/projects/json-net.aspx). – Darin Dimitrov Feb 07 '10 at 15:04