View source: R/get_liking_users.R
get_liking_users | R Documentation |
This function fetches users who liked a tweet or tweets.
get_liking_users(x, bearer_token = get_bearer(), verbose = TRUE)
x |
string containing one tweet id or a vector of tweet ids |
bearer_token |
string, bearer token |
verbose |
If |
a data frame
## Not run:
tweet <- "1387744422729748486"
get_liking_users(tweet, bearer_token = get_bearer())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.