action: character, one of "(un)favourite","(un)reblog","(un)bookmark"
token: user bearer token (read from file by default)
verbose: logical whether to display messages
Returns
no return value, called for site effects
Examples
## Not run:# favourite a statuspost_status("xxxxxx", action ="favourite")# unfavourite a statuspost_status("xxxxxx", action ="unfavourite")## End(Not run)