How to get Twitter trending topics for a given day in a given location? -


this question twitter api, doesn't provide information on issue.

it's possible current trending topic location, example: united states:

https://api.twitter.com/1/trends/23424977.json

where 23424977 location code united states.

it's possible hourly trending topic given day, world-wide:

https://api.twitter.com/1/trends/daily.json?date=2012-06-10/

however, have not been able find out how trending topics on given day in given location, is, way combine these 2 separate calls together.

anyone has solution this?

thanks.

you can't information twitter api directly. must regularly query locations interested in current trends. if interested in covering globe, need oauth drones past 150/350 request limit per hour.

and in no time have own archive of trending topics.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -