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