get_liked_tweets: Get liked tweets

View source: R/get_liked_tweets.R

get_liked_tweetsR Documentation

Get liked tweets

Description

This function fetches returns tweets liked by a user or users.

Usage

get_liked_tweets(x, bearer_token = get_bearer(), ...)

Arguments

x

string containing one user id or a vector of user ids

bearer_token

string, bearer token

...

arguments passed to other backend functions

Value

a data frame

Examples

## Not run: 
users <- c("2244994945", "95226101")
get_liked_tweets(users, bearer_token = get_bearer())

## End(Not run)

cjbarrie/academictwitteR documentation built on Sept. 7, 2024, 5:12 a.m.