Facebooker plugin
Plugin details
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 documentationEdit plugin | (0 older versions) | Last edited by: scott, 3 months ago

