Learn R Programming

twitterreport (version 0.15.11)

tw_api_get_statuses_sample: Gets a sample through the sample API

Description

ON DEVELOPMENT

Usage

tw_api_get_statuses_sample(twitter_token, Timeout = 60, ...)

Arguments

twitter_token
Token
Timeout
Number of seconds
...
Additional parameters to be passed to GET

Details

From TwitterReturns a small random sample of all public statuses. The Tweets returned by the default access level are the same, so if two different clients connect to this endpoint, they will see the same Tweets.

References

Twitter Streaming API (GET statuses/sample) https://dev.twitter.com/streaming/reference/get/statuses/sample

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_user_timeline, tw_api_get_trends_place, tw_api_get_users_search, tw_api_get_users_show, tw_api_trends_available, tw_gen_token