powered by
Perform actions on a status
post_status(id, action = "favourite", token = NULL, verbose = TRUE)
no return value, called for site effects
character, status id to perform the action on
character, one of "(un)favourite","(un)reblog","(un)bookmark"
user bearer token (read from file by default)
logical whether to display messages
if (FALSE) { # favourite a status post_status("xxxxxx", action = "favourite") # unfavourite a status post_status("xxxxxx", action = "unfavourite") }
Run the code above in your browser using DataLab