Hi,
I’m developing an app that retrieve trending topics for specified locations using trends/place API resource. Now i would like to retrieve the 10 most relevant tweet for those trending topics.
I know i should use tweets/search API resource with the query for each trending topic, but i don’t know if that returns tweets for the location of the trending topic.
Any idea?