I’ve added the FriendFeed Comments plugin, which shows activity on FriendFeed related to each post.
FriendFeed Comments
June 23rd, 2008 · Comments Off · WordPress
Tags:friendfeed
Introducing SlimFeeder 0.1
June 3rd, 2008 · Comments Off · Macintosh, Programming
I’ve released SlimFeeder 0.1, a simple open source native Cocoa client for FriendFeed. With SlimFeeder you can view your friends, your own items, and the public timeline.
Download SlimFeeder here or download the source here.
Tags:cocoa·friendfeed
Native Cocoa app for FriendFeed
June 2nd, 2008 · Comments Off · Programming
Over the weekend I finally got a chance to work on a decent sample program for my Cocoa FriendFeed class, which I hope to release some time this week.
Uploaded with plasq’s Skitch!
Tags:cocoa·friendfeed
FriendFeed’s room for improvement
May 24th, 2008 · Comments Off · Programming, Web
FriendFeed has become very popular lately, in part due to Twitter’s unreliability. FriendFeed still can’t replace Twitter, since it can’t be accessed via SMS or IM, although FriendFeed can be more conversational, since you can comment on a particular item rather than just reply to the user as you do on Twitter.
A few days ago, [...]
Tags:friendfeed
Enhancements for iPhone FriendFeed app
May 8th, 2008 · Comments Off · Web, iPhone
I just added a few small enhancements to my FriendFeed iPhone app. It now shows only 10 items per page and lets you view more items a page at a time. It also now remembers the login cookie for 30 days or until you log out.
Tags:friendfeed
More enhancements for iPhone FriendFeed app
May 4th, 2008 · 2 Comments · Web, iPhone
I’ve added some major enhancements to my FriendFeed web app (http://iphone-apps.net/ff). You can now add comments or like an item.
Clicking the ‘>’ at the bottom of an entry opens the comment form. Clicking the ‘+’ at the top of an entry marks that you like it. If you already like an entry, it will show [...]
Tags:friendfeed
New features added to FriendFeed app for iPhone
May 2nd, 2008 · 1 Comment · Web, iPhone
I’ve added a few enhancements to my FriendFeed App for iPhone. It now makes links clickable and shows comments.
Tags:friendfeed
FriendFeed Web App for iPhone
May 1st, 2008 · 1 Comment · Web, iPhone
I’ve been getting really annoyed with FriendFeed on the iPhone, so I decided to whip up a quick web app. You can see the result at http://iphone-apps.net/ff. It only has minimal functionality – you can log in and view your friends, your items, or the public timeline.
Uploaded with plasq’s Skitch!
Tags:friendfeed
Feeding & Powncing
April 26th, 2008 · Comments Off · Programming
My FriendFeed cocoa classes are now fully functional except including media enclosures in posts. I ended up rewriting it to use NSXMLDocument rather than PSFeed, which doesn’t involve any more code and eliminates the dependence on PubSub.
Now that that’s done, I’m digging into the Pownce API. Pownce isn’t much more complemented, but it requires an [...]
Tags:friendfeed·pownce
More FriendFeed Stuff
April 23rd, 2008 · Comments Off · Programming
I’ve implemented posting in my Cocoa FriendFeed class, and I ended up rewriting the fetch methods to use a NSURLConnection rather than PubSub. I’m now using a temporary PSFeed object to parse the received data rather than maintaining PSFeed objects for all requested feeds. I could probably use a NSXMLDocument, but PSFeed seems cleaner.
Here’s [...]
Tags:cocoa·friendfeed
FriendFeed API
April 22nd, 2008 · Comments Off · Programming, Web
I’ve been playing with the FriendFeed API in Objective C, although I don’t have anything ready for public consumption yet.
Since the fetch methods basically work like RSS feeds, they can be handled easily using PubSub. Most of the code I had to write was to decode the entries returned into something more useful. The methods [...]
Tags:cocoa·friendfeed
