Facebook automatic generate people live in th_TH

<?php
for ($id=1000000000; $id<=1000000100; $id++)
{
@$data = file_get_contents('https://graph.facebook.com/'.$id);
if (!empty($data))
{
$data = json_decode($data);
if (($data->locale)=='th_TH')
{
echo $data->id.' | '.$data->name.' | '.$data->locale.'<br>';
}
}
}
?>

ผลลัพธ์ : หน้านี้ประมวลผล 58.370416164398 วินาที