>> -->### authentication wrapperWe need a few more steps to use this. First, during the runtime, each API call needs to be signed by an OAuth access token.```scalapackagerepatch.twitter.requestimportdispatch._importoauth._importcom.ning.http.client.oauth._/** AbstractClient is a functio...