ngFacebook icon indicating copy to clipboard operation
ngFacebook copied to clipboard

Facebook SDK wrapper for AngularJS Apps

Results 3 ngFacebook issues
Sort by recently updated
recently updated
newest added

I'am testing your module, nice work and thanks for sharing! Facebook has announced all.js will be removed. ``` javascript // Old SDK (deprecated) js.src = "//connect.facebook.net/en_US/all.js"; // New SDK (v2.x)...

Hello, I just had to add `FB.Canvas.setSize()` and `FB.Canvas.setAutoGrow()` to ngFacebook in a project I am currently developing and would like to share this improvement. :) Currently no Jasmine tests,...