post_favorite(
status_id,
destroy = FALSE,
include_entities = FALSE,
token = NULL
)
Status id of target tweet.
Logical indicating whether to post (add) or remove (delete) target tweet as favorite.
Logical indicating whether to include entities object in return.
Use this to override authentication for
a single API call. In many cases you are better off changing the
default for all calls. See auth_as()
for details.
Create: https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-favorites-create Destroy: https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-favorites-destroy
rtweet-deprecated
Other post:
post_follow()
,
post_friendship()
,
post_tweet()