in2code-de / instagram

Show instagram feed without API in a TYPO3 extension
https://www.in2code.de/agentur/typo3-extensions/instagram/
19 stars 13 forks source link

[BUGFIX] Add check for if Instagram entries have media_url set #26

Open MattiasNilsson opened 1 year ago

sturmundbraem commented 11 months ago

@MattiasNilsson Thanks for the fix! Do I understand correctly that this will just skip the post? Does the insta API allow to poll deeper into the CAROUSEL_ALBUM's elements if media_url is missing or isn't that possible?

MattiasNilsson commented 11 months ago

@sturmundbraem It will skip the post and it is not possible to traverse the CAROUSEL_ALBUM.

sturmundbraem commented 11 months ago

Thanks @MattiasNilsson !