Module Facebooker::Rails::Controller::ClassMethods
In: lib/facebooker/rails/controller.rb

Methods

Public Instance methods

Creates a filter which reqires a user to have already authenticated to Facebook before executing actions. Accepts the same optional options hash which before_filter and after_filter accept.

[Validate]