Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit c28e9fb

Browse files
authored
Merge pull request #430 from mdenil/master
Change URL parameter in GetRetweeters to match twitter api.
2 parents 62bb5c6 + f80543b commit c28e9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitter/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ def GetRetweeters(self,
17021702
"""
17031703
url = '%s/statuses/retweeters/ids.json' % (self.base_url)
17041704
parameters = {
1705-
'status_id': enf_type('status_id', int, status_id),
1705+
'id': enf_type('id', int, status_id),
17061706
'stringify_ids': enf_type('stringify_ids', bool, stringify_ids)
17071707
}
17081708

0 commit comments

Comments
 (0)