我已经在stackoverflow.com上发现了很多答案,但是没有什么能符合我的标准。
$graph_url = "https://graph.facebook.com/me/feed?access_token=user_acces_token";
$user = json_decode(file_get_contents($graph_url));
这是我到目前为止使用的内容,当我使用用户ID更改'me'关键字时,它不会显示任何内容,如果我保留'me',那么只有当其他用户登录时才显示我的墙帖!