TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Facebook Friend Rank - Friend Ranking as a Service (FRaaS)

2 pointsby mikejaremaabout 13 years ago

2 comments

mikejaremaabout 13 years ago
I'm in the process of building out a simple Facebook app and had trouble finding a way to "rank" friends, namely who was closest to the logged-in user.<p>So, I just built my own web service to do so: Facebook Friend Rank.<p>I bundled the whole thing as a web service rather than a gem or stand-alone library because I'm sure most people would want something they can just plug-in (or make a call to) without worrying about the complexities of running background jobs, setting up another service on their boxes, etc.<p>I think Goliath serves as a solid underpinning as this project evolves. The evented nature of the web service should scale well as the ranking algorithm evolves to process multiple API calls in parallel.<p>All told, I'm happy to launch the project to HN, if only for some initial feedback.<p>Thanks!
mikejaremaabout 13 years ago
Give this project a quick shot &#38; see who your "best" friends are here in the demo app (bundled with the project):<p><a href="http://facebook-friend-rank.herokuapp.com/demo/index.html" rel="nofollow">http://facebook-friend-rank.herokuapp.com/demo/index.html</a><p>It asks for &#38; requires the read_stream permission to scan your activity log and see who you most frequently interact with.<p>The click "Apply Friend Rank" to start the ranking process.