Skip to content

Commit

Permalink
Merge pull request #4 from kmlebedev/patch-1
Browse files Browse the repository at this point in the history
Update user_media_feed
  • Loading branch information
wkoot authored Feb 27, 2017
2 parents bbca28d + 8b02858 commit d61e687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagram/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self, *args, **kwargs):
root_class=Media)

user_media_feed = bind_method(
path="/users/self/feed",
path="/users/self/media/recent",
accepts_parameters=MEDIA_ACCEPT_PARAMETERS,
root_class=Media,
paginates=True)
Expand Down

0 comments on commit d61e687

Please sign in to comment.