The current order of operations in the TwitterChannel send method is: 1. set the default api version to 1.1 2. reset the twitter instance using updated authentication details if needed 3. ... etc If the auth settings are changed, the api version declaration in step 1 is negated entirely. #109 fixes this.