powered by
Posts status update to user's Twitter account
post_tweet(status = "my first rtweet #rstats", token = NULL)
Character, tweet status. Must be 140 characters or less.
OAuth token. By default token = NULL fetches a non-exhausted token from an environment variable tokens.
token = NULL
Other post: post_favorite, post_follow, post_friendship, post_mute, post_unfollow_user
post_favorite
post_follow
post_friendship
post_mute
post_unfollow_user
# NOT RUN { post_tweet("my first rtweet #rstats") # }
Run the code above in your browser using DataLab