Invalid request options
我的图像是629 x 629
像素和jpg格式。 我的代码:
if($shouldProcess){
$photo = new \InstagramAPI\Media\Photo\InstagramPhoto($target_file);
$uploadResult = $insta->timeline->uploadPhoto($photo->getFile(), ['caption' => $caption]);
}else{
$uploadResult = $insta->timeline->uploadPhoto($target_file, ['caption' => $caption]);
}
谢谢!
我在我的项目中使用mgp25 Instagram-Api库时,我要上传照片时出现错误:无效的请求选项我的图像为629 x 629像素和jpg格式。我的代码:if($ shouldProcess){...
dmca移除],不再提供mgp25 Instagram API。看到这个-> https://github.com/mgp25/Instagram-API