When requesting the token via backend module in TYPO3 12, I get the following error after entering the code-Parameter from the URL:
(1/1) #400 GuzzleHttp\Exception\ClientException
Client error: GET https://graph.instagram.com/v20.0/access_token/?grant_type=ig_exchange_token&client_secret=XXX resulted in a 400 Bad Request response: {"error":{"message":"Unsupported request - method type: get","type":"IGApiException","code":100,"fbtrace_id":"XXX (truncated...)
In my Instagram App in Meta I am using API version 22. Also if I adjust the GET-Link from https://graph.instagram.com/v20.0 to https://graph.instagram.com/v22.0 it makes no difference
TYPO3 v. 12.4.27
When requesting the token via backend module in TYPO3 12, I get the following error after entering the code-Parameter from the URL:
In my Instagram App in Meta I am using API version 22. Also if I adjust the GET-Link from https://graph.instagram.com/v20.0 to https://graph.instagram.com/v22.0 it makes no difference
TYPO3 v. 12.4.27