finished my initial FriendFeed API

2008-06-05 @ 04:10#

i spent the evening parsing the FriendFeed API, sampling code and putting together my own 'cover' for the API. while i only need a clean XML version, i also implemented their RSS, Atom, and JSON versions, too. this will make it easy to build Win32 apps (desktop, console, libraries) that can interact w/ FF.

once i get the code cleaned up, i'll post it. if you can't wait, you can pop over to the FF API page and get started on your own.

FWIW, i realy think FF has the right idea on this. they've got a clean UI, clean API, and snappy performance. not sure it will surpass Twitter, but it should!

code