Setting the API version in the send method does not survive the change of twitter settings
Opened this issue · 0 comments
ivannovak commented
The current order of operations in the TwitterChannel send method is:
- set the default api version to 1.1
- reset the twitter instance using updated authentication details if needed
- ... etc
If the auth settings are changed, the api version declaration in step 1 is negated entirely.
#109 fixes this.