GitHub user meetdestiny opened a pull request: https://github.com/apache/camel/pull/2292
Add support for Extended mode for full text I could not find any way to configure this endpoint to ingest full text from twitter. The tweets over 140 characters are truncated. With this change, we can configure to fetch full text. You can merge this pull request into a Git repository by running: $ git pull https://github.com/meetdestiny/camel patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2292.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2292 ---- commit 81f09aace5500a44146eb8d7e3becd50f51f9d4a Author: Akhilesh Singh <meetdestiny@...> Date: 2018-04-13T00:09:20Z Add support for Extended mode for full text ---- ---