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.

Now our requirement like this:

We have a like button on one page, user can click that like button and type comment in the popup comment box.

Question is how to get all the comment of like button of specified page? We want to show all these comments in another place of this page.

share|improve this question

1 Answer

up vote 0 down vote accepted

We have a like button on one page, user can click that like button and type comment in the popup comment box.

If the user types a comment into the box popping up when using the like button, the result is not a comment, but a link share of the URL – so that’s an individual post on that user’s wall.

I had a little look around the FQL tables, but I did not find anything that would give you the resulting post without knowing the actual user who used the like button.

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.