With this url you can get the 100 best recent tweets which have the word 'ALI':
https://api.twitter.com/1.1/search/tweets.json?q=ALI&result_type=popular&count=100&lang=en
But how can we keep q
empty ?
I just want to get the top tweets by language and not by keyword.
I tried to put space for the q
but it didn't work.