include entities in the results of home_timeline
This commit is contained in:
parent
b059a19e0f
commit
86d37ba59c
|
@ -205,7 +205,8 @@ class TwitterOAuthClient extends OAuthClient
|
|||
$params = array('since_id' => $since_id,
|
||||
'max_id' => $max_id,
|
||||
'count' => $cnt,
|
||||
'page' => $page);
|
||||
'page' => $page,
|
||||
'include_entities' => 1);
|
||||
$qry = http_build_query($params);
|
||||
|
||||
if (!empty($qry)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user