instagram-web-api
instagram-web-api copied to clipboard
How to get saved media?
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.
You can't fetch saved medias with this package for the moment. I will maybe try to implement it.