Building a facebook analytics application. I'm fetching the daily new likes as followed:
$start_time = $timestamp = strtotime('2012-01-30');
$end_time = $timestamp = strtotime('2012-02-27');
$fanadds = $facebook->api('/**************/insights/page_fan_adds?since='.$start_time.'&until='.$end_time);
When i compare these results with the data from an exported Excel sheet, the numbers don't match.
Comparison:
link to comparison image

Does anyone has an idea why this is?