i have searching all these days to implement OmniAuth using facebook by the use of devise. I have visited so many sites including the git wiki https://github.com/plataformatec/devise/wiki/OmniAuth%3A-Overview. But i did not get the answer i was looking for. Also i have downloaded a book for devise for the same,but same in book too. i have briefly explain what all things i have did for implementing the omniauth. steps
- download and install devise gem from https://github.com/plataformatec/devise#getting-started
2.make the devise ready using overriding the Registrations controller and views
3.I have already visited the rails casts http://railscasts.com/episodes/360-facebook-authentication?view=asciicast but not explanatory
i need a step by step explanation of how to implement OmniAuth-facebook in rails .
I have used rails 4 with ruby 2.2.1 .