Generated by
JDiff

Interface twitter4j.api.TrendsResources

Added Methods
ResponseList<Location> getAvailableTrends(GeoLocation) Returns the sorted locations that Twitter has trending topic information for.
ResponseList<Location> getClosestTrends(GeoLocation) Returns the locations that Twitter has trending topic information for, closest to a specified location.
The response is an array of "locations" that encode the location's WOEID and some other human-readable information such as a canonical name and country the location belongs in.
A WOEID is a Yahoo!
Trends getLocationTrends(int) Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.
The response is an array of "trend" objects that encode the name of the trending topic, the query parameter that can be used to search for the topic on Twitter Search, and the Twitter Search URL.
This information is cached for 5 minutes.
Trends getPlaceTrends(int) Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.
The response is an array of "trend" objects that encode the name of the trending topic, the query parameter that can be used to search for the topic on Twitter Search, and the Twitter Search URL.
This information is cached for 5 minutes.