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
Check out the changelog for version v6.16.5 - 2023-12-24:
Medias are no longer returned after fetching a profile.
$profile->getMedias() will always return an empty array after calling $api->getProfile().
It is necessary to call $api->getMoreMedias($profile) to return the first 12 media (cookieguru)
Same for IGTV (cookieguru)
Fix imap_delete second parameter (deepvision7)
Version(s) affected: ^7.0.0
Description
When I do a $profile->getMedias() it returns an empty array
How to reproduce
Additional context
I am using the login with sessionId cookie
The text was updated successfully, but these errors were encountered: