我无法使用mgp25 Instagram-Api上传照片>> [

问题描述 投票:0回答:1
我在我的项目中使用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]); }
谢谢!

我在我的项目中使用mgp25 Instagram-Api库时,我要上传照片时出现错误:无效的请求选项我的图像为629 x 629像素和jpg格式。我的代码:if($ shouldProcess){...

php upload instagram instagram-api
1个回答
0
投票
由于

dmca移除],不再提供mgp25 Instagram API。看到这个-> https://github.com/mgp25/Instagram-API

© www.soinside.com 2019 - 2024. All rights reserved.