Exception: Facebooker::Session::SessionExpired

Inherits:
Error
  • Object
show all
Defined in:
lib/facebooker/session.rb,
lib/facebooker/session.rb

Overview

Raised when a facebook session has expired. This happens when the timeout is reached, or when the user logs out of facebook can be handled with: rescue_from Facebooker::Session::SessionExpired, :with => :some_method_name