I've added a facebook login button using the omniauth-facebook gem. It does the roundtrip to facebook and back with the omniauth.auth hash and all of the user's info. But I don't get the intermediary page where the user allows my app, so when I try to post to facebook from my app I get the error
OAuthException :: (#200) The user hasn't authorized
the application to perform this action)
I'm guessing that this is a setting on the facebook apps page, but for the life of me I don't see it or see mention in the documentation.