# File lib/facebook_web_session.rb, line 117
    def signature(params)
      # always sign the parameters with the API secret
      return signature_helper(params, @api_secret)
    end