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