The Twitter API has been changed recently, to support new rules regarding the 280 characters limit.
- To get the full text of the tweet, add parameter
tweet_mode
with valueextended
to your request parameters. - Field
text
in the JSON response has been replaced byfull_text
More info here: https://dev.twitter.com/overview/api/upcoming-changes-to-tweets