pgrimaud / instagram-user-feed

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
MIT License
882 stars 138 forks source link

Post a comment on Instagram post #243

Closed mojtabaghaseemi closed 3 years ago

mojtabaghaseemi commented 3 years ago

Hi, your library was the most complete library I saw, but the only problem is that it is not possible to leave a comment for their post.

Please leave the ability to post comments in the Instagram post. I really need it

pgrimaud commented 3 years ago

Hey,

It's a good idea, I'll implement it very soon!

pgrimaud commented 3 years ago

Hello,

I just release a new version (6.12.0), you can post a message to media. Example here : https://github.com/pgrimaud/instagram-user-feed/blob/master/examples/post-comment.php

Feedback appreciated 😄