Skip to content

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

Open
@ivannovak

Description

@ivannovak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions