danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

[PATCH] support for retweeted_status field #185

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
twitter now does not support "retweeted_status" field in "Status" object. 
Please add it.

Without such a support, it is impossible to retrieve full text of a retweeted 
message, if it is longer than 140 characters in legacy "text" field, so I 
consider this issue a major one.

Original issue reported on code.google.com by edward.h...@gmail.com on 4 Feb 2011 at 4:42

Attachments:

GoogleCodeExporter commented 8 years ago
patch applied in changeset ff71f10a9266

Original comment by bear42 on 20 Feb 2011 at 2:56