Commits on May 30, 2018
-
Merge pull request #297 from Chandler/fix_promise_error_handling
Make Promise API reject on Twitter API errors
-
Merge pull request #369 from egtoney/master
Fix bug when url params are added to jsonpayload paths
-
Merge pull request #303 from conradoplg/ignore-timeout-streaming
Ignore timeout_ms when streaming
-
-
-
Merge pull request #366 from zdoc01/strictssl-option
Add support for strictSSL request option
-
-
Commits on Feb 6, 2018
-
Streaming: Use POST request body for sending params
Problem: Currently this library uses the url query string to send parameters even in POST requests. Having a massive amount of `follow` and `track` values in params when using the Streaming API will cause Twitter to respond with `431 Request Header Fields Too Large`. Solution: Send parameters in the request body with `x-www-form-urlencoded` as content type.
Commits on Jul 6, 2017
Commits on Jul 3, 2017
Commits on Jun 25, 2017
-
Add support for strictSSL request option
Zachary Lumpkins committedJun 25, 2017
Commits on Jun 15, 2017
Commits on Apr 18, 2017
Commits on Oct 21, 2016
Commits on May 26, 2016
-
check for full url before looking up endpoint, short circuit if fully…
… qualified
Brandon Franzke committedMay 26, 2016
Commits on Apr 3, 2016
-
Alt text (media/metadata/create) support
- Apply MEDIA_UPLOAD domain to all requests with media/* paths - Add JSONPAYLOAD_PATHS holding application/json paths that cannot be query string - Set reqOpts.json & assign `finalParams` to reqOpts.body for JSON payload paths - Add test: POST JPG, then POST alt_text to resulting media_id
Commits on Jan 31, 2016
Commits on Jan 30, 2016
-
-
Add T.postMediaChunked() implementation. Add tests for it plus manual…
…ly doing the INIT/APPEND/FINALIZE commands via vanilla twit.
Commits on Jan 28, 2016
Commits on Jan 27, 2016
-
Merge pull request #221 from sapphiredev/profile_image
Fix update_profile_image and update_profile_background_image
Commits on Dec 3, 2015
-
Fix update_profile_image and update_profile_background_image
sapphire committedDec 3, 2015
Commits on Sep 15, 2015
-
Marco Rondini committed
Sep 15, 2015
Commits on Sep 14, 2015
-
Marco Rondini committed
Sep 14, 2015
Commits on Jun 29, 2015
Commits on Jun 22, 2015
-
Make REST API internals use request instead of OARequest (other than …
…media/upload for now)
-
Commits on Feb 13, 2015
-
Tolga Tezel committed
Feb 13, 2015
Commits on Jul 21, 2014
-
Fix oarequest logic to correctly handle reconnections on the streamin…
…g API and allow retries on the REST API.