It works posting on pages stories with:
postId + "/comments"
where postId is for example
postId = "360637130688291_377801902305147"
but when posting into a user's public story that allows comments like this one the graph api is not able to find it.
"1430496489_4047336948376/comments" gets a reply as :
{"error":{"message":"(#100) Error finding the requested story","type":"OAuthException","code":100}}
Is this a common issue or am I doing something wrong?