Skip to content

Commit 6644c23

Browse files
author
Jon Heaton
committed
Merge branch 'nomadjourney-master'
2 parents 15ec66b + a5b3f8c commit 6644c23

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)