Hi,
I've been following Stuart's tutorial at http://www.madebymany.co.uk/tutorial-for-restful_authentication-on-rails-with-facebook-connect-in-15-minutes-00523
and have been having a problem:
- I get a NoMethodError in UsersController#link_user_accounts; Rails doesn’t seem to recognize “facebook_session”. I have facebooker installed and have successfully authenticated using the normal Facebook API methods.
Has anyone tried this before? Anyone know what might be wrong? It seems that somehow the Facebooker library isn't getting fully loaded...
Thanks!
Avishai