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
The plugin adds some useful tasks to rake. you should run the rake task command on the console on the rails project directory:
After that the facebooker.yml is created and is pretty straight forward to complete.
Hope you find it useful.
Greetings!