| Class | Facebooker::Session::SessionExpired |
| In: |
lib/facebooker/session.rb
|
| Parent: | Error |
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