私はこのコードを持っています
$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にデータを出力する方法に問題があります。このフィードのアイテムを呼び出す方法がわかりません