From e15eb49a662367f3a6be1734f67b549698caa87a Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Sat, 16 Oct 2010 23:27:10 -0500 Subject: [PATCH] Add include_rts parameter to user_timeline(). Closes #48 --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index 521470a..a5c687a 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -59,7 +59,7 @@ class API(object): path = '/statuses/user_timeline.json', payload_type = 'status', payload_list = True, allowed_param = ['id', 'user_id', 'screen_name', 'since_id', - 'max_id', 'count', 'page'] + 'max_id', 'count', 'page', 'include_rts'] ) """ statuses/mentions """ -- 2.25.1