I followed all the steps given in this blog. When i am trying to point my browser to the "/login" I get the following exception
undefined method `set_facebook_session' for #<SessionsController:0x15b0618>
I tried searching in lot of forums but couldn't find the solution. Even if i comment out the use of set_facebook_session i get the following exception
undefined method `fb_login_button' for #<ActionView::Base:0x2d2c6ac>
This shows that the Facebooker library is not getting included. Any idea how to fix this?