in2code-de / instagram

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

Instagram Basic Display EOL #39

Open ulriklpedersen opened 2 months ago

ulriklpedersen commented 2 months ago

This is bad news for all users of the extension.

https://developers.facebook.com/blog/post/2024/09/04/update-on-instagram-basic-display-api/

A huge update seems to be required.

Vik29 commented 2 months ago

Is there already a problem with this upcoming changes? My scheduler task is suddenly failing with the message "Task failed to execute successfully. Class: TYPO3\CMS\Scheduler\Task\ExecuteSchedulableCommandTask" No further information in the t3-log...

SicorDev commented 1 week ago

Hm... our only customer with this kind of instagram integration refuses to upgrade their Account. I wonder if it's possible to just crawl the data instead of using an API? We'd need only the images and the links after all.

sascha-schieferdecker commented 1 week ago

Yes there is: https://apify.com/

I have modified the extension to work with apify, probably will make the repository public next week. Have to wait for tester feedback.

sascha-schieferdecker commented 6 days ago

You can find the extension here:

https://github.com/sascha-schieferdecker/TYPO3-instagram

Hope it helps...