我正在尝试使用file_get_contents
和Facebook图形创建一个简单的脚本。但是,错误处理似乎存在一些问题。
这是我的代码:
$json = file_get_contents('https://graph.facebook.com/', true);
if($json !== FALSE) {
echo "test";
}
它返回以下错误消息:
Warning: file_get_contents(https://graph.facebook.com/): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request in /home/test/tst/mellemmand/test.php on line 4