1

尝试使用 fb_graph gem 和 rails 3.2 发送通知。我已经完成了https://github.com/nov/fb_graph/wiki/notifications中描述的文档:

user = FbGraph::User.new('matake')
app = FbGraph::Application.new(APP_ID, :secret => APP_SECRET)

app.notify!(
  user,
  :href => 'http://matake.jp',
  :template => 'Your friend @[12345] achieved new badge!'
)

但这会返回 SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: sslv3 alert handshake failure in production server

4

0 回答 0