I am building an application in Rails 3. I currently have a custom model that authenticates with devise (email + password auth). I want to be able to show the connection to facebook, connect to the Twitter buttons for users after they log in.
After receiving the keys from Facebook and Twitter, I want to save it in the database for future requests.
What Ruby Gems should be used for this use case?
Thank!
source
share