使用Facebook API删除Facebook粉丝:file_get_contents():SSL操作失败,代码为1

时间:2014-11-20 20:01:56

标签: php facebook facebook-graph-api ssl xampp

我最近发现我有大量关注Facebook粉丝页面的Facebook机器人。因此,我与粉丝交流时遇到了很多麻烦。

因此我想使用该指令从我的页面中删除所有机器人: Facebook API: Get fans of / people who like a page

不幸的是,当我使用该代码时,我收到一条错误消息:

Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in /Applications/XAMPP/xamppfiles/htdocs/schnooglestandalone/test.php on line 19

Warning: file_get_contents(): Failed to enable crypto in /Applications/XAMPP/xamppfiles/htdocs/schnooglestandalone/test.php on line 19

Warning: file_get_contents(http://www.facebook.com/plugins/fan.php?connections=100&id=251682891644217): failed to open stream: operation failed in /Applications/XAMPP/xamppfiles/htdocs/schnooglestandalone/test.php on line 19

这个答案没有帮助:

file_get_contents(): SSL operation failed with code 1. And more

如您所见,我正在从本地XAMPP服务器运行脚本。我的Facebook页面是德语。

谢谢你们

0 个答案:

没有答案