Skip to content

Commit 8b02858

Browse files
authored
1 parent 6522cff commit 8b02858

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
@@ -94,7 +94,7 @@ def __init__(self, *args, **kwargs):
9494
root_class=Media)
9595

9696
user_media_feed = bind_method(
97-
path="/users/self/feed",
97+
path="/users/self/media/recent",
9898
accepts_parameters=MEDIA_ACCEPT_PARAMETERS,
9999
root_class=Media,
100100
paginates=True)

0 commit comments

Comments
 (0)