Add include_rts parameter to user_timeline().
authorJosh Roesslein <jroesslein@gmail.com>
Sun, 17 Oct 2010 04:27:10 +0000 (23:27 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Sun, 17 Oct 2010 04:27:10 +0000 (23:27 -0500)
Closes #48

tweepy/api.py

index 521470a9599f1236be5cd2be6dafe0ed36ce02b1..a5c687a0dcd124c21dcd40d76481d4e4c80ca138 100644 (file)
@@ -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 """