if community.facebook_connect_enabled?
            strategy.options[:client_id] = community.facebook_connect_id
            strategy.options[:client_secret] = community.facebook_connect_secret
          else
            # to prevent plain requests to /people/auth/facebook even when "login with Facebook" button is hidden