diff --git a/InstagramAPI/InstagramAPI.py b/InstagramAPI/InstagramAPI.py index ea19346..5cacdd3 100644 --- a/InstagramAPI/InstagramAPI.py +++ b/InstagramAPI/InstagramAPI.py @@ -575,6 +575,9 @@ def getUsernameInfo(self, usernameId): def getSelfUsernameInfo(self): return self.getUsernameInfo(self.username_id) + def getSelfSavedMedia(self): + return self.SendRequest('feed/saved') + def getRecentActivity(self): activity = self.SendRequest('news/inbox/?') return activity