我在我的项目中使用mgp25 Instagram-Api库
当我想上传一张照片时,我得到一个错误: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]);
}谢谢!
发布于 2020-06-05 22:10:55
mgp25 Instagram API不再可用,因为dmca采用了。看这个-> https://github.com/mgp25/Instagram-API
https://stackoverflow.com/questions/62223114
复制相似问题