laravel-notification-channels/twitter

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

Opened this issue · 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.