Skip to content

Commit a5b3f8c

Browse files
author
Jon Heaton
committed
Merge branch 'master' of https://github.com/nomadjourney/python-instagram into nomadjourney-master
2 parents 15ec66b + 4230ca0 commit a5b3f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instagram/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def __init__(self, *args, **kwargs):
107107

108108
user_recent_media = bind_method(
109109
path="/users/{user_id}/media/recent",
110-
accepts_parameters=MEDIA_ACCEPT_PARAMETERS + ['user_id'],
110+
accepts_parameters=MEDIA_ACCEPT_PARAMETERS + ['user_id', 'min_id', 'max_timestamp', 'min_timestamp'],
111111
root_class=Media,
112112
paginates=True)
113113

0 commit comments

Comments
 (0)