I am trying to configure FB connect with my app. It used to work fine until July 18, 2012. I have not modified any code, but now it stopped working.
Using devise and omniauth
When I am trying to connect with FB I get this error:
AbstractController::ActionNotFound (The action 'facebook' could not be found for AuthenticationsController):
config/initializers/quiet_assets.rb:6:in `call_with_quiet_assets'
GET /users/auth/facebook/callback?code=AQD...#=
There is only create method in AuthenticationsController, no facebook nor twitter, twitter is working though.
app_id and app-secret match
Everything works fine with Twitter, both FB and Twitter were setup at the same time.
Thanks