Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ivannovak opened this issue Oct 2, 2024 · 0 comments

Comments

@ivannovak
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant