integriting facebook login button with Facebooker (rails plugin)
- by dexterdeng
I was integriting login-button with Facebooker, as I wanted to use facepile and customise the facebook login button, so I have to use facebook js sdk.
I used the facebooker to connect facebook. now I found a issue.
window.fbAsyncInit = function() {
FB.init({
appId: '<%=Facebooker.api_key%>',
status:…