我有两个 Debian 系统。我通过 Perl(Facebook::Graph) 访问 Facebook-API。在第一个系统上,这完美地工作,在另一个系统上我遇到了以下问题。
无法执行请求(https://graph.facebook.com):GraphMethodException - /usr/local/share/perl/5.10.1/Facebook/Graph/Response.pm 第 40 行不支持获取请求
回复.pm:
[...]
has response => (
is => 'rw',
isa => 'HTTP::Response',
required=> 1,
);
[...]
ouch $response->code, 'Could not execute request ('.$response->request->uri->as_string.'): '.$message, $response->request->uri->as_string;
[...]
我知道这与我的 ssl-libs 有关,但我无法弄清楚问题出在哪里。我多次重新安装了 IO:Socket:SSL 和 SSLeay。
欢迎任何帮助,恩佐