Right
The problem is with the handling of the JSON being returned by Twitter – if native retweet is being used then the responses contains the truncated version with the addition of ‘RT @someuser’ and later contains the original tweet text:
{...
"retweeted_status":
{"created_at":"Thu Dec 27 16:XX:XX +0000 2012",
"id":2843313239743XXX,
"id_str":"2843313239743XXXXX",
"text":"This is where the full and complete text of the original tweet is.............",
"source":"web",
"truncated":false,"
...
}
}
Busy for now but will look at whether this can be fixed…
Reference:
https://dev.twitter.com/docs/platform-objects/tweets