public
Fork of vanpelt/merb_facebooker
Description: A plugin that makes the facebooker gem play nice with Merb
Homepage: http://doloreslabs.com
Clone URL: git://github.com/ivey/merb_facebooker.git
name age message
file .gitignore Mon Dec 15 20:11:31 -0800 2008 Helper are on the way Signed-off-by: Chris Van... [hookercookerman]
file LICENSE Sat Mar 29 19:48:36 -0700 2008 Initial checkin [vanpelt]
file README Sat Mar 29 19:55:21 -0700 2008 installation instructions [vanpelt]
file Rakefile Sat Jun 21 19:32:05 -0700 2008 Support for Merb 0.9.4 handling of fb_sig_reque... [ivey]
file TODO Sat Mar 29 19:48:36 -0700 2008 Initial checkin [vanpelt]
directory lib/ Wed Jul 09 14:40:13 -0700 2008 Merge branch 'hookercookerman/master' * hooker... [ivey]
directory spec/ Mon Dec 15 20:11:31 -0800 2008 Helper are on the way Signed-off-by: Chris Van... [hookercookerman]
README
merb_facebooker
===============

A plugin for Merb that hooks up the facebooker gem.  Currently it just mixes some good stuff into Merb::Controller... 
the helpers are missing along with the CGI extentions.  These should be easily ported from the rails plugin portion of 
facebooker... I just haven't needed it yet.

Finnaly facebook comes to Merb :)

Installation
==============

git clone git://github.com/vanpelt/merb_facebooker.git
cd merb_facebooker
rake gem
cd ../your_merb_app
gem install -i gems ../merb_facebooker/pkg/merb_facebooker-*.gem