我有这个代码
$graph_url = "https://graph.facebook.com/100000070848126/statuses?access_token=".$params['access_token'];
$status = json_decode(file_get_contents($graph_url),true);
echo $status->data->message;
我在如何输出数组 $status 中的数据时遇到问题。我只是不知道如何调用此提要的项目