As Facebook changed their API and deprecated the old one, I need to get data (likes count, share count, comment count) about single pages.
I figured out how to get
The results of json_decode() are Objects. So you can easily browse through like this:
$data ){ echo $site."\n"; echo $data->og_object->likes->summary->total_count; } ?>