Closed floor12 closed 2 years ago
PHP Notice: Undefined property: stdClass::$graphql in /mnt/d/linux/ins/vendor/pgrimaud/instagram-user-feed/src/Instagram/Transport/JsonMediaDetailedDataFeed.php on line 23 PHP Fatal error: Uncaught TypeError: Return value of Instagram\Transport\JsonMediaDetailedDataFeed::fetchData() must be an instance of stdClass, null returned in /mnt/d/linux/ins/vendor/pgrimaud/instagram-user-feed/src/Instagram/Transport/JsonMediaDetailedDataFeed.php:23
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Version(s) affected: 6.12.3
Description
Looks like Instagram changed they api...
I got exception when trying to load location data by id.
How to reproduce
Load location data with ID 196091681061421;
Possible Solution
The
graphql
response section is empty now. The response has a new structure... The LocationData and LocationHydrator classes need to be updated...