This repository was archived by the owner on Nov 2, 2018. It is now read-only.

Description
I'm not able to post a comment to my own media. I'm getting the following error:
Larabros\Elogram\Exceptions\APIInvalidParametersError: Missing 'text'
$resp = $client->comments()->create($id, $comment); $data = $resp->get();
The parameters $id and $comment are filled with right data. Double checked that with var_dump.
Also i've done a var_dump of the parameters in different places in Elogram and I do see that the parameters are there.
CommentsRepository.php:50: array (size=1) 'form_params' => array (size=1) 'text' => string 'Awesome Porsche' (length=15)
But I'm still getting the Missing 'text' error.
I tried to manually and it posts just fine with the access_token, same media ID and same comment.
Anybody can help?