powered by
Find out whether a given account is followed, blocked, muted, etc.
get_account_relationships(ids, token = NULL, parse = TRUE)
tibble or list of relationships
vector of account ids
user bearer token (read from file by default)
logical, if TRUE, the default, returns a tibble. Use FALSE to return the "raw" list corresponding to the JSON returned from the Mastodon API.
TRUE
FALSE
this functions needs a user level auth token
if (FALSE) { fol <- get_account_followers("109302436954721982") get_account_relationships(fol$id) }
Run the code above in your browser using DataLab