in my app i’m using authlogic for user logging, cart-buying etc on my shop. But how can i introduce facebook login, and goods commenting using my authlogic gem? I reed about https://github.com/kalasjocke/authlogic_facebook_connect but as i think it is for rails <3 ? is it any solution to integrate facebook first commenting, and then regestiring and loging?
Share
I think the omniauth gem in combination with authlogic will help you do what you’re trying to do. Take a look at this example app. This walkthrough of how to incorporate it also looks pretty thorough.