# File lib/rubytter/oauth_rubytter.rb, line 15 def post(path, params = {}) path += '.json' @access_token.post(path, params, @header) end