KakarlaMounika / python-twitter

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

include_entities not honored for Status.AsDict #213

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
GetStatus() does not accept the include_entities parameter.  The timeline 
methods that accept include_entities do not honor the results returned back 
(user_mentions, urls) using AsDict().  I attached a patch that adds 
include_entities to GetStatus and returns the results with AsDict.

Original issue reported on code.google.com by gael...@gmail.com on 27 Oct 2011 at 8:28

Attachments:

GoogleCodeExporter commented 8 years ago
committed changeset 240:fa827562fb8a

thanks for the patch!

Original comment by bear42 on 3 Dec 2011 at 10:59