Home > spree-facebooker

spree-facebooker

Spree-facebooker is a project mainly written in RUBY and JAVASCRIPT, based on the BSD-3-Clause license.

Facebook API integration for your Spree store, using the facebooker2 gem.

h1. Spree + Facebook

Facebook API integration for your Spree store, using the facebooker2 gem.

h3. Project has moved

http://github.com/thoughtful/spree-facebooker

h3. Installation

Add to project's Gemfile:


gem 'spree_facebooker', '>=0.1', :git => 'git://github.com/dylanmei/spree-facebooker.git'

Run from project's root:


bundle install
rake spree_facebooker:install
rake db:migrate

h3. Configuration

Create config/facebooker.yml within your Spree site.

production:
    app_id: [your application id]
    secret: [your application secret]
    api_key: [your application key]
    permissions: [your,permission,list]
Previous:Ecard-Generator