:: mentions_timeline:: int count 20, usr_id_t since_id DEF, int max_id DEF, bool trim_user false, bool contributor_details false, bool include_entities true :: GET :: statuses/mentions_timeline
/* Doc here for "mentions_timeline" */
:: user_timeline_by_id :: usr_id_t user_id, int count DEF, twt_id_t since_id DEF, twt_id_t max_id DEF, bool trim_user false, bool exclude_replies false, bool contributor_details false, bool include_rts true :: GET :: statuses/user_timeline
:: user_timeline :: usr_name_t screen_name, int count DEF, twt_id_t since_id DEF, twt_id_t max_id DEF, bool trim_user false, bool exclude_replies false, bool contributor_details false, bool include_rts true :: GET :: statuses/user_timeline
:: home_timeline :: int count DEF, usr_id_t since_id DEF, int max_id DEF, bool trim_user false, bool exclude_replies false, bool contributor_details false, bool include_entities true :: GET :: statuses/home_timeline
# STATUSES
:: get_retweets :: twt_id_t id, int count 50, bool trim_user false :: GET :: statuses/retweets/:id
:: show_status :: twt_id_t id, bool include_my_retweet true, bool trim_user false, bool include_entities true :: GET :: statuses/show/:id
:: destroy_status :: twt_id_t id, bool trim_user false :: POST :: statuses/destroy/:id
:: update_status :: string status, string in_reply_to_status_id DEF, string place_id DEF, bool display_coordinates false, bool trim_user false, float lat DEF, float lon DEF :: POST :: statuses/update
:: retweet :: twt_id_t id, bool trim_user false :: POST :: statuses/retweet/:id
# DONE MANUALLY : update_status_media
:: oembed_status :: twt_id_t id, string url, int maxwidth DEF, bool hide_media false, bool hide_thread false, bool omit_script false, string align "center", string related DEF, lang_t lang DEF :: GET :: statuses/oembed
:: search_tweets :: string q, string locale DEF, string result_type DEF, int count DEF, string until DEF, twt_id_t since_id DEF, twt_id_t max_id DEF, bool include_entities true, string callback DEF :: GET :: search/tweets
# DIRECT MESSAGES
#:: direct_messages :: int count DEF, int page DEF, usr_id_t since_id DEF, string max_id DEF, bool include_entities true, bool skip_status false :: GET :: direct_messages
This file has been truncated. show original