I tried to get the facebooker gem to work with jQuery, but it does not even render the facebook connect buttons, once I load jquery.js instead of prototype.js and use
init_fb_connect “XFBML”, :js => “jquery”
I tried it with the example
http://www.madebymany.co.uk/tutorial-for-restful_authentication-on-rails-with-facebook-connect-in-15-minutes-00523
Anybody has a clue if it does require prototype or am I doing something really wrong?
When you call the init_fb_connect helper method in your view, you can specify jQuery or Prototype via the :js option, like so…