-
Notifications
You must be signed in to change notification settings - Fork 16
Description
As of recently the API communication in the console commands seems to fail in version 8.0.0 of EXT:instagram in all our project we use this extension in on any TYPO3 version (10, 11, 12) and any php version (7.4, 8.2, 8.3). For example the error message for the instagram:refreshtoken console command:
"Die Ausführung von Task "Konsolenbefehle ausführen (scheduler)" ist fehlgeschlagen mit folgender Meldung: Client error: GET https://graph.instagram.com/refresh_access_token?grant_type=ig_refresh_token&access_token=IGQW...DZD resulted in a 400 Bad Request response: {"error":{"message":"Unsupported request - method type: get","type":"IGApiException","code":100,"fbtrace_id":"Azq1XPBho9 (truncated...)"
This looks to me like an API change at Instagram.
The instagram:importfeed console command just fails with no specific error message:
"Die Ausführung von Task "Konsolenbefehle ausführen (scheduler)" ist fehlgeschlagen mit folgender Meldung: Task failed to execute successfully. Class: TYPO3\CMS\Scheduler\Task\ExecuteSchedulableCommandTask, UID: 3".
There was no change in the instagram account passwords or Facebook app.