$url="https://graph.facebook.com/yourpagename"; $content=file_get_contents($url); $x=json_decode($content); echo "page-id:".$x->id;