I use Instagram-API for the posting images with captions. I try:
$ig->timeline->uploadPhoto($photo->getFile(), ["caption" => "Hello world!"]);
The request is completed, the image is successfully uploaded, but the caption is empty.
When I run the example uploadPhoto.php, the image is also loaded without a title.
How can I fix that?