A Freebase implementation of the Facebook Graph API (blog.freebase.com) 29 points by scott_meyer 16y ago ↗ HN That didn't take long...
[–] hamstersoup 16y ago ↗ (disclaimer, I worked on this)Facebook has focused on the social graph, Freebase connects people and more. We liked the lightweight approach of the Graph API, so here's our version: http://graph.freebaseapps.com/the_simpsons/seasons?html=1You can even use Facebook usernames (if we have them) http://graph.freebaseapps.com/facebook.jackie/movies?html=1One neat feature is the ?html=1 mode, which makes the JSON api browsable. I'd love to see other apis implement this.What do you think?
[–] narphorium 16y ago ↗ Great idea and implementation. This should make it really easy for devs to target the Freebase/Facebook graphs using a single API.
2 comments
[ 4.1 ms ] story [ 15.8 ms ] threadFacebook has focused on the social graph, Freebase connects people and more. We liked the lightweight approach of the Graph API, so here's our version: http://graph.freebaseapps.com/the_simpsons/seasons?html=1
You can even use Facebook usernames (if we have them) http://graph.freebaseapps.com/facebook.jackie/movies?html=1
One neat feature is the ?html=1 mode, which makes the JSON api browsable. I'd love to see other apis implement this.
What do you think?