Reputation: 591
I there any way I can create and post comments, without using comments plugin at all.
Facebook graph api allowed me to fetch all comments under a particular post, but didn't find anyway to create new ones :(
thanks
Upvotes: 0
Views: 216
Reputation: 11
Unfortunately Facebook don't look kindly on this kind of thing, even though OG objects have a /comments connection, so either the docs are inaccurate or it's a proper bug. Would love to believe it's the latter but I suspect it's a documentation error.
In any event i've created a bug report at Posting to Comments Social Plugin doesn't work in the vain hope it will be addressed, please engage on that report so we can get some love for this issue.
Upvotes: 1
Reputation: 164367
It's right there in the documentation for the Post object:
Create
You can write to the POST_ID/comments connection to post a comment to the post by issuing an HTTP POST request with the publish_stream permission and following parameters.
Upvotes: 0