public Method

FacebookSession.is_expired?(

DEPRECATED

Source Code

# File facebook_session.rb, line 325
def is_expired? # :nodoc:
  RAILS_DEFAULT_LOGGER.info "** RFACEBOOK(GEM) DEPRECATION WARNING: is_expired? is deprecated, use expired? instead"
  return expired?
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.