Twitter removing 140-character limit from DMs

In an attempt to improve its Direct Messages feature, Twitter today announces that it will be removing its 140-character limit when sending private messages.

twitter

The company encourages users to take the following actions to make the update as seamless as possible:

  1. Review the new API additions below.
  2. Update your GET requests so you will be able to receive the full length of DM text.
  3. Adjust your app UI to accommodate longer DM text.

Although the update won’t take effect until Twitter launches it this July, they are recommending to test the above procedure in advance. Meanwhile, public tweets still remain to be limited to 140 characters.

API updates:

  • REST API
    DM read endpoints (GET direct_messages57, GET direct_messages/sent13 and GET direct_messages/show13)
    Send “full_text=true” as a query parameter to receive long DM text. If this parameter is not provided, you will get a truncated version of the DM. There will be no structural changes to the response returned by these endpoints.
    DM write endpoint (POST direct_messages/new8)
    The “text” parameter will start accepting text longer than 140 characters. The new limit for DMs will be 10k characters.
  • Streaming API
    User Streams (GET user20) and Site Streams (GET site6) will automatically start receiving DMs that have text longer than 140 characters. Unlike the REST API, no additional parameter is needed. There will be no structural changes to the objects returned by these endpoints.

{Source}

The post Twitter removing 140-character limit from DMs appeared first on YugaTech | Philippines, Tech News & Reviews.