Following the first installment in this series, here is the second part. In this part I will focus mainly on Bookmarking and News services supported by FriendFeed . Here we go
Supported bookmarking services by FriendFeed
1. Del.icio.us
2. Furl
3. Google shared stuffs
4. Mag.nolia
5. Stumbleupon
Except google shared stufss, all of the rests require just an username to generate the access point for retrieving user’s bookmarked items. And for the google shared stuffs, it requires the fully functional url of the feed available from your google bookmark service.
Access points
AP: http://feeds.delicious.com/rss/<user name>
example: http://feeds.delicious.com/rss/anduh
Furl
AP: http://rss.furl.net/member/<user name>.rss;
example: http://rss.furl.net/member/pigge.rss
Google Shared Stuffs
you can find your google shared stuff url from http://www.google.com/s2/sharing/stuff
example: http://www.google.com/s2/sharing/stuff?user=110703083499686157981&output=rss
Ma.gnolia
AP: http://ma.gnolia.com/rss/lite/people/<user name>.rss;
example: http://ma.gnolia.com/rss/lite/people/gerryquach
Stumbleupon
Whoops, Double Whoops, Tripple Whoops. It took quite a time for me to find the feed url. I dont know why it is kept so “SECRET” - LOL
AP: http://www.stumbleupon.com/syndicate.php?stumbler=<user name>.rss;
example: http://www.stumbleupon.com/syndicate.php?stumbler=jd001
Supported news services by FriendFeed
1. Digg
2. Google Reader
3. Mixx
4. Reddit
Here are the access points
Digg
AP: http://digg.com/users/<user name>/history.rss;
example: http://digg.com/users/msaleem/history.rss
Google Reader
You can find your shared item’s feed url here http://www.google.com/reader/view/user/-/state/com.google/broadcast
Mixx
Unfortunately during the time of writing this article, Mixx was napping - here is the screenshot. Once they are awake, I will update this section
AP: http://www.reddit.com/user/<user name>/.rss;
example: http://www.reddit.com/user/jack_alexander/.rss
In next installation I will focus on scaling such a huge load successfully. Hope that will be interesting to many of you. Following installation will focus again on the access points.















6 responses so far ↓
Shaun // June 3, 2008 at 6:28 pm
all friend feed does is parse users rss feeds! it’s a simple app. I wish there interface was better!
hasin // June 3, 2008 at 6:32 pm
@shaun
you are certainly wrong, Shaun. It is not all about just parsing some feeds. There is an excellent scaled architecture and some geniuses who knows how to balance it
wait for the next article
Building services like FriendFeed using PHP - Part2 : PHP Resource // June 4, 2008 at 12:38 am
[...] By Hasin Hayder [...]
Skylog » Blog Archive » links for 2008-06-04 // June 4, 2008 at 12:30 pm
[...] Building services like FriendFeed using PHP - Part2 (tags: php) [...]
junal // June 4, 2008 at 10:57 pm
i guess next post will be interesting eh ….looking forward to see what you come up with
Nenko Ivanov // June 17, 2008 at 2:30 pm
I’m really eager for your next post!
Leave a Comment