Hey guys! I just built a site with ruby on rails, and now I would like a 'sign up/sign in with facebook' feature.
So far I have had little luck with finding any documentation or tutorials on how to do this.
Do any of you know of any good resources for me to check out?
Thank you all!
Use omniauth. There’s a ton of documentation and tutorials to help you through it.
[Here’s one example](https://coderwall.com/p/bsfitw/ruby-on-rails-4-authentication-with-facebook-and-omniauth)
I googled the following and came up with a million applicable results:
rails how to sign up/sign in with facebook