tw_api_get_statuses_sample: Gets a sample through the sample API

Description Usage Arguments Details References See Also

View source: R/twitter_api.R

Description

ON DEVELOPMENT

Usage

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

Arguments

twitter_token

An object of class Token1.0 as generated by tw_gen_token.

Timeout

Number of seconds

...

Additional parameters to be passed to GET()

Details

From Twitter

Returns 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


gvegayon/twitterreport documentation built on May 17, 2019, 9:30 a.m.