Facebook Graph (on Rails)

The Facebook Graph is a simple implementation of Facebook’s social graph for Ruby on Rails.

Facebook Platform

At Facebook’s core is the social graph — people and the connections they have to everything they care about. Facebook Platform is the set of APIs and tools which enable you to integrate with the social graph to drive registration, personalization and traffic — whether through applications on Facebook.com or external websites.

Read more: developers.facebook.com/docs/

Installation

Install as a plugin:

script/plugin install git://github.com/martio/facebook_graph.git

Install as a gem:

gem install facebook_graph

This release is tested and runs with Rails 2.3.

Copyright © 2010 Marcin Lewandowski, released under the MIT license