Skip to content

Commit 359fb05

Browse files
committed
mentions -> mentions_timeline
1 parent dc71c4e commit 359fb05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tweepy/api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ def __init__(self, auth_handler=None,
4848
)
4949

5050
""" statuses/mentions """
51-
mentions = bind_api(
52-
path = '/statuses/mentions.json',
51+
mentions_timeline = bind_api(
52+
path = '/statuses/mentions_timeline.json',
5353
payload_type = 'status', payload_list = True,
54-
allowed_param = ['since_id', 'max_id', 'count', 'page'],
54+
allowed_param = ['since_id', 'max_id', 'count'],
5555
require_auth = True
5656
)
5757

0 commit comments

Comments
 (0)