file_get_content无法在LinkedIn上运行

时间:2015-03-13 11:15:44

标签: php fopen

我必须根据名称获取linkedIn数据。

我试过这段代码,

echo file_get_contents("https://www.linkedin.com/pub/dir/?first=Callum&last=Bennett&search=Search");

如果我在localhost中运行此代码,那就很酷了。

但它不能在实时服务器上运行。

我已在服务器上检查了allow_url_fopen的ON。

我试过这段代码。

echo file_get_contents("https://www.linkedin.com");

我得到了结果。

错误为

  

警告:   的file_get_contents(https://www.linkedin.com/pub/dir/?first=Callum&last=Bennett&search=Search):   无法打开流:HTTP请求失败! HTTP / 1.0 999请求   拒绝

0 个答案:

没有答案