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ı
Açıklaması istek opsiyonları geçersiz diyor ancak, mgp25'in güncel olduğuna emin misiniz? Pm ile gönderin bir bakalım.