Learn R Programming

twitterreport (version 0.15.11)

tw_api_trends_available: Get codes from the places where trends are availables

Description

Get codes from the places where trends are availables

Usage

tw_api_trends_available(twitter_token, ...)

Arguments

twitter_token
Token
...
Ignored

Details

From TwitterReturns the locations that Twitter has trending topic information for.

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! Where On Earth ID.

References

Twitter REST API (GET trends/available) https://dev.twitter.com/rest/reference/get/trends/available

See Also

Other API functions: tw_api_get_followers_ids, tw_api_get_followers_list, tw_api_get_friends_ids, tw_api_get_search_tweets, tw_api_get_statuses_sample, tw_api_get_statuses_user_timeline, tw_api_get_trends_place, tw_api_get_users_search, tw_api_get_users_show, tw_gen_token