Scarecrow adlı üyeden alıntı: mesajı görüntüle
Yanlış bilgi vermeyin hocam mgp25 çoğu haliyle güncellendi, benim yazılımımda mgp25 kullanmakta ve çok sağlıklı çalışıyor, önemli olan güncellemeleri takip etmek.

Soruya gelince composer ile güncelleyin, olmazsa hesap bazlı sorun olabiliyor başka hesap kullanın.Hesap kesinlikle onaylı olması lazım.
if (!is_array($jsonArray)) {
$httpStatusCode = $httpResponse !== null ? $httpResponse->getStatusCode() : null;
switch ($httpStatusCode) {
case 400:
throw new InstagramAPIExceptionBadRequestException('Invalid request options.');
case 404:
throw new InstagramAPIExceptionNotFoundException('Requested resource does not exist.');
default:
throw new InstagramAPIExceptionEmptyResponseException('No response from server. Either a connection or configuration error.');
}
}

Resim yüklerken ;
(Güncel composer)

Invalid request options. Hatası alıyorum. Kaynakta bulamadım case400 de yazan kodun açıklaması nedir hocam ? Çözümü kolay mı