我正在尝试在 Google App Engine 上使用 restFB,当我尝试获取有关当前用户的信息时,出现错误,
javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate for: https://graph.facebook.com/me?format=json
下面是我正在使用的代码,
FacebookClient facebookClient = new DefaultFacebookClient();
User user = facebookClient.fetchObject("me", User.class);
我需要做什么才能让它在开发服务器上工作?