fb graph - rails fb_graph notification fails because of ssl -
trying post notification in fb_graph gem , rails 3.2. have done docs describe @ 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!' )
and alternative way:
user.notification!( :access_token => app_access_token, :href => 'http://matake.jp', :template => 'your friend @[12345] achieved new badge!' )
both returns ssl_connect returned=1 errno=0 state=sslv3 read server hello a: sslv3 alert handshake failure
is required ssl conection? there workaround?
ruby-on-rails fb-graph
No comments:
Post a Comment