Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
That doesn't appear to be a valid id: graph.facebook.com/1430496489_4047336948376 – Brad Dwyer Nov 20 '12 at 15:07

1 Answer

up vote 0 down vote accepted

I have tested it in the http://developers.facebook.com/tools/explorer with all permissions on, and it seems this is impossible.

Probably to avoid spam, otherwise anyone could start creating applications that would run through posts on other users walls, and leave a comment there with a link to the nearest porn site.

Strangely this works for posts on third party owned pages.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.