View source: R/get_liked_tweets.R
get_liked_tweets | R Documentation |
This function fetches returns tweets liked by a user or users.
get_liked_tweets(x, bearer_token = get_bearer(), ...)
x |
string containing one user id or a vector of user ids |
bearer_token |
string, bearer token |
... |
arguments passed to other backend functions |
a data frame
## Not run:
users <- c("2244994945", "95226101")
get_liked_tweets(users, 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.