[TwitterBridge] Fetch latest tweets on hashtag or keyword query (#1674)
This commit is contained in:
parent
7709b8d662
commit
5be251a66e
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ EOD
|
||||||
return self::API_URI
|
return self::API_URI
|
||||||
. '/2/search/adaptive.json?q='
|
. '/2/search/adaptive.json?q='
|
||||||
. urlencode($this->getInput('q'))
|
. urlencode($this->getInput('q'))
|
||||||
. '&tweet_mode=extended';
|
. '&tweet_mode=extended&tweet_search_mode=live';
|
||||||
case 'By username':
|
case 'By username':
|
||||||
return self::API_URI
|
return self::API_URI
|
||||||
. '/2/timeline/profile/'
|
. '/2/timeline/profile/'
|
||||||
|
|
Loading…
Reference in a new issue