angular-easyfb
angular-easyfb copied to clipboard
Super easy AngularJS + Facebook JavaScript SDK.
Hi, I want to report that the demo2, present in the README isn't working anymore. I have a blank page. http://plnkr.co/edit/gFM1LV?p=preview
Any particular reason why is possible to use the directive via class? I see in the source that it is either element or class. My concern is that there is...
There is an issue - if you have markup like this: ``` HTML ``` plugin will fail to initialize. It is caused by using FB in global scope - in...
Get this error while trying to use a facebook comments. ``` div(class="fb-comments" data-href="{{getAbsUrl()}}" data-numposts="5" data-colorscheme="light" data-width="100%") ``` ``` TypeError: Cannot read property 'childNodes' of undefined at nodeLinkFn (base.js:19233) at compositeLinkFn...
Hi, I've been using your library in many projects now and it is truly great! I'm starting to work on a Facebook canvas app (an internal application that works inside...
easyfb is great, thanks! feature request - have you considered integration with http://passportjs.org/ for handling User authentication? otherwise how do you best recommend integrating an apps own User data based...
after trying so many unsuccessful attempt to integrate phonegap with facebook-plugin i found this plugin , i just have one question before trying this on phonegap does this use native...
When the web app is in Facebook's Canvas on IE11 on Windows 7, everything seems to work fine. When it is in Facebook's Canvas on IE11 on Windows 8.1, it...
I implemented this code into my AngularJS (version 1.2.6) app and it enables me to login with Facebook on Chrome, but not IE9 (I have not tested on other versions...
Hey there, Out of the blue, my application using ezfb started to throw this error. http://docs.angularjs.org/error/$injector/modulerr?p0=ripple&p1=Error:%20%5B$injector:unpr%5D%20http:%2F%2Ferrors.angularjs.org%2F1.2.9%2F$injector%2Funpr%3Fp0%3D%2524FBProvider%0A%20%20%20%20at%20Er Thanks!