#' Deprecated functions in rtweet
#'
#' These functions might not work due to the drop of API v1 in favor of API v2.
#' \itemize{
#' \item `clean_tweets()`: No replacement.
#' \item `collections()`: No replacement (It hasn't worked for a while).
#' \item `direct_messages()`: No replacement.
#' \item `do_call_rbind()`: No replacement (if any it will be a method).
#' \item `get_favorites()`: Use `tweet_liking_users()`.
#' \item `get_followers()`: Use `user_following()`.
#' \item `get_friends()`: Use `user_followers()`.
#' \item `network_data()` and `network_graph()`: No replacement.
#' \item `list_memberships()`: Use `list_users()`.
#' \item `get_mentions()`: Use `user_mentions()`
#' \item `user_block()`: No replacement.
#' \item `post_favorite()`: No replacement.
#' \item `post_list()`: `lists_subscribers()`, `list_subscriptions()`, `list_members()`, `lists_users()`
#' \item `post_tweet()`: Use `tweet_post()`.
#' \item `post_follow()`: No replacement.
#' \item `post_destroy()`: Use `tweet_delete()`.
#' \item `search_fullarchive()`: Use `tweet_search_all()`.
#' \item `search_30d()`: Use `tweet_search_recent()`.
#' \item `rate_limit()`: No replacement (already implemented inside the calls).
#' \item `save_as_csv()`: No replacement.
#' \item `search_tweets()`: Use `tweet_search_recent()`.
#' \item `search_tweets2()`: Use `tweet_search_recent()`.
#' \item `search_users()`: Use `user_search()`.
#' \item `lookup_tweets()`: Use `tweet_get()`, `tweet_retweeted_by()`.
#' \item `stream_tweets()`: Use `filtered_stream()`, `stream_add_rule()`, `stream_rm_rule()` and `sample_stream()`.
#' \item `get_timeline()`: Use `user_timeline()`.
#' \item `get_my_timeline()`: Use `user_timeline()`.
#' \item `get_token()`: Use `auth_get()`.
#' \item `get_tokens()`: Use `auth_get()`.
#' \item `get_trends()`: No replacement.
#' \item `trends_available()` and `trends_closest()`: No replacement.
#' \item `ts_data()` and `ts_plot()`: No replacement.
#' \item `tweet_shot()`: No replacement.
#' \item `tweet_threading()`: Use `tweet_get()` with conversation ID.
#' }
#'
#' @name rtweet-deprecated
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.