twitter icon indicating copy to clipboard operation
twitter copied to clipboard

Setting the API version in the send method does not survive the change of twitter settings

Open ivannovak opened this issue 5 months ago • 0 comments

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.

ivannovak avatar Oct 02 '24 14:10 ivannovak