You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
I'm not able to post a comment to my own media. I'm getting the following error:
$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?
The text was updated successfully, but these errors were encountered: