Facebooker plugin

Plugin details

Facebooker is a Ruby wrapper over the Facebook REST API. Its goals are:

* Idiomatic Ruby
* No dependencies outside of the Ruby standard library
* Concrete classes and methods modeling the Facebook data, so it's easy for a Rubyist to understand what's available
* Well tested

Websitehttp://facebooker.rubyforge.org/ Repositoryhttp://facebooker.rubyforge.org/svn/trunk/facebooker/ Author Chad Fowler, Patrick Ewing Tags Facebook LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install http://facebooker.rubyforge.org/svn/trunk/facebooker/

Or install as a gem

gem install facebooker



Once the plugin is installed, you will need to define several values in each environment.

  ActionController::Base.asset_host = "http://your_ip:3000"
  ENV['FACEBOOKER_RELATIVE_URL_ROOT'] = 'canvas_path'
  ENV['FACEBOOK_API_KEY'] = 'api_key'
  ENV['FACEBOOK_SECRET_KEY'] = 'secret_key'



Your application users will need to have added the application in facebook to access all of facebooker's features. You enforce this by adding

ensure_application_is_installed_by_facebook_user


to your application controller.

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: scott, 3 months ago