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.

I have created an app tab to be used for a Facebook Page. In This app I've embedded Facebook comments. However, these comments are in random order. I was wondering if there was a way to display these comments in the order that they were posted?

The code that I used to generate the Facebook comments is as follows

<fb:comments
   app_id="168848466497060"
   migrated="1"
   xid="thisisatestcomment"
   href="http://www.facebook.com/muskegonsummercelebration"
   num_posts="4"
   width="440px">
</fb:comments>

Any Ideas?

share|improve this question

1 Answer

From the Facebook documentation, it appears your only ordering option is setting reverse to true or false. I'm assuming the default is so-called 'top comments', but I can't imagine reverse would show the worst comments.

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.