Use Google Bookmarks in your .NET application!

Yes you read that correctly. I have had this class laying around for a while and finally decided to finish it up, write an article about it, and make it publicly available. I did a LOT of searching and turned up absolutely nothing in the way of implementing Google Bookmarks, so I give you a world premier here!

There really isn’t much to it when you step back and look at it. The trickiest part iirc was figuring out how to capture the cookie created when logging in and sending it back when retrieving the actual bookmarks. once you have logged in it is only a matter of fetching the RSS feed and parsing it as needed. At its current stage, the class can only retrieve the bookmarks. It cannot add, remove, or modify in any way but this is coming!

The next version I release will have full add/remove/modify capabilities and probably come both as a Control and as a Class Library. I will spare you pages and pages of code in this posting. If you would like to see how I accomplished this, visit the project page at CodeProject. You can also download a sample project there. Don’t forget to vote if you visit the project page!