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.

the trouble is simple:

I can't get list of comments for Facebook post of specific type, exactly for posts when someone liked something (article, for example - 347 code).

I have post id, like 100000086086040_513051185374413, but I get empty list on this query:

SELECT text FROM comment WHERE post_id = "100000086086040_513051185374413"

Also, I can't post like by that post_id, so Graph API request

POST 100000086086040_513051185374413/likes

doesn't work either. To make things harder Facebook sends special link with "likes.href" section:

http://www.facebook.com/browse/likes/?id=513155548697310 (You see, it's not the same id as in post_id)

and this second id actually works for like posting but doesn't work for getting comments.

Is there a way to get comments for this specific type of posts?

Thanks in advance!

share|improve this question
The query you listed works fine in the graph explorer. Maybe you dont have right permissions in your app. See this link: developers.facebook.com/tools/… – NappingRabbit Oct 26 '12 at 20:57

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.