Skip to content

Commits on May 30, 2018

  1. Merge pull request #297 from Chandler/fix_promise_error_handling

    Make Promise API reject on Twitter API errors
    ttezel committed May 30, 2018
  2. Merge pull request #369 from egtoney/master

    Fix bug when url params are added to jsonpayload paths
    ttezel committed May 30, 2018
  3. Merge pull request #303 from conradoplg/ignore-timeout-streaming

    Ignore timeout_ms when streaming
    ttezel committed May 30, 2018
  4. Merge pull request #366 from zdoc01/strictssl-option

    Add support for strictSSL request option
    ttezel committed May 30, 2018

Commits on Feb 6, 2018

  1. 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.
    raine committed Feb 6, 2018

Commits on Jul 6, 2017

  1. updated comment

    egtoney committed Jul 6, 2017

Commits on Jul 3, 2017

Commits on Jun 25, 2017

  1. Add support for strictSSL request option

    Zachary Lumpkins committed Jun 25, 2017

Commits on Apr 18, 2017

Commits on Oct 21, 2016

Commits on Aug 28, 2016

  1. fix

    Chandler committed Aug 28, 2016

Commits on May 26, 2016

  1. check for full url before looking up endpoint, short circuit if fully…

    … qualified
    Brandon Franzke committed May 26, 2016

Commits on Apr 3, 2016

  1. 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
    BooDoo committed Apr 3, 2016

Commits on Jan 30, 2016

  1. Add T.postMediaChunked() implementation. Add tests for it plus manual…

    …ly doing the INIT/APPEND/FINALIZE commands via vanilla twit.
    ttezel committed Jan 30, 2016

Commits on Jan 27, 2016

  1. Merge pull request #221 from sapphiredev/profile_image

    Fix update_profile_image and update_profile_background_image
    ttezel committed Jan 27, 2016

Commits on Dec 3, 2015

Commits on Sep 15, 2015

  1. fix Z_DATA_ERROR

    Marco Rondini committed Sep 15, 2015

Commits on Sep 14, 2015

  1. Gzip support by default

    Marco Rondini committed Sep 14, 2015

Commits on Jun 22, 2015

  1. Make REST API internals use request instead of OARequest (other than …

    …media/upload for now)
    ttezel committed Jun 22, 2015
  2. Cleanup Twit class.

    ttezel committed Jun 22, 2015

Commits on Feb 13, 2015

  1. Add media/upload support.

    Tolga Tezel committed Feb 13, 2015

Commits on Jul 21, 2014

  1. Fix oarequest logic to correctly handle reconnections on the streamin…

    …g API and allow retries on the REST API.
    ttezel committed Jul 21, 2014
Older