instagram-web-api icon indicating copy to clipboard operation
instagram-web-api copied to clipboard

How to get saved media?

Open ftzi opened this issue 4 years ago • 1 comments

In this package, there is the save({mediaId}) and unsave({mediaId}). Is there any way to fetch the saved media?

In the Network Monitor in the browser console, when accessing the Saved items, the https://i.instagram.com/api/v1/collections/list/?collection_types=["ALL_MEDIA_AUTO_COLLECTION","MEDIA"]&include_public_only=0&get_cover_media_lists=true&max_id= request is made, but I ain't sure it will only fetch the saved media.

ftzi avatar May 05 '21 22:05 ftzi

You can't fetch saved medias with this package for the moment. I will maybe try to implement it.

MonsieurBibo avatar Jun 05 '21 14:06 MonsieurBibo