I am using Authlogic-Connect for third party logins. After running appropriate migrations, Twitter/Google/yahoo logins seem to work fine but the facebook login throws except
Adding gem 'certified', '~> 1.0' to my Gemfile and running bundle solved this issue for me.
gem 'certified', '~> 1.0'
Gemfile
bundle