# File lib/facebooker/session.rb, line 129
    def initialize(api_key, secret_key)
      @api_key = api_key
      @secret_key = secret_key
    end