我必须根据名称获取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请求 拒绝