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?