You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In this package, there is the
save({mediaId})
andunsave({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.The text was updated successfully, but these errors were encountered: