处理文件获取内容时出错

时间:2015-05-19 18:16:36

标签: php

我正在尝试使用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

0 个答案:

没有答案