<?php $page = file_get_contents('http://graph.facebook.com/100001626896011'); $json = '$page'; $obj = json_decode($json); print $obj->{'name'}; ?>