can someone tell me what seems to be the issue with this
<?php
$increment =0;
foreach($status['comments']['data'] as $user_status_comments_value){?>
Im getting a
Warning: Invalid argument supplied for foreach() in /var/www/social/facebook/social/examples/dev.php on line 179
You would need to rearrange your code a bit