projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc71c4e
)
mentions -> mentions_timeline
author
Joshua Roesslein
<jroesslein@gmail.com>
Mon, 21 Jan 2013 18:17:42 +0000
(10:17 -0800)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Mon, 21 Jan 2013 18:17:42 +0000
(10:17 -0800)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index b75b24452581d00000bd6d87ec5f39fb60731288..2d15d0934d7afeaff13b428eae9b982f5f159547 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-48,10
+48,10
@@
class API(object):
)
""" statuses/mentions """
- mentions = bind_api(
- path = '/statuses/mentions.json',
+ mentions
_timeline
= bind_api(
+ path = '/statuses/mentions
_timeline
.json',
payload_type = 'status', payload_list = True,
- allowed_param = ['since_id', 'max_id', 'count'
, 'page'
],
+ allowed_param = ['since_id', 'max_id', 'count'],
require_auth = True
)