0

I am trying to install facebooker-rails3 plugin like this

rails plugin install git://github.com/kulbirsaini/facebooker-rails3.git

it does install in it vendor directory but it doesnt create facebooker.yml should it create it all? if not thn where should i configure facebook settings?

Thanks

Zahid
  • 1

1 Answers1

0

The plugin adds some useful tasks to rake. you should run the rake task command on the console on the rails project directory:

rake facebooker:setup

After that the facebooker.yml is created and is pretty straight forward to complete.

Hope you find it useful.

Greetings!

fmquaglia
  • 407
  • 2
  • 11
  • 20