TrendsClient
TheTrendsClient provides methods for retrieving trending topics and personalized trends.
get_personalized
Retrieves personalized trending topics for the authenticated user.A comma separated list of PersonalizedTrend fields to display.
Response containing personalized trending topics for the authenticated user.
get_by_woeid
Retrieves trending topics for a specific location identified by its WOEID (Where On Earth ID).The WOEID of the place to lookup a trend for.
The maximum number of results.
A comma separated list of Trend fields to display.
Response containing trending topics for the specified location.