Updates friendship notifications and retweet abilities.
post_friendship(user, device = FALSE, retweets = FALSE, token = NULL)
Character vector of screen names or user ids.
See as_screenname()
for more details.
Logical indicating whether to enable or disable device notifications from target user behaviors. Defaults to false.
Logical indicating whether to enable or disable retweets from target user behaviors. Defaults to false.
Expert use only. Use this to override authentication for
a single API call. In most cases you are better off changing the
default for all calls. See auth_as()
for details.
Other post:
post_favorite()
,
post_follow()
,
post_tweet()