angular-facebook-utils icon indicating copy to clipboard operation
angular-facebook-utils copied to clipboard

Angular Facebook Utils

Results 10 angular-facebook-utils issues
Sort by recently updated
recently updated
newest added

It only redirects me to my login controler and login partial when I'm in Google Chrome in PC, tried also Internet Explorer, and chrome on android. Any ideas how to...

I have 3 different environments so I need to have a variable with the appId. I use grunt-ng-constant but It does not work with this. Any idea?

Hi i am using express server, and if i use this, how will i know that the user has signed in? as the session is stored in the backend.

Hi, i'm trying to the library working but i keep getting the same error. Also, i've dowloaded your code and after i replaced your appID by mine, i got the...

Hi, I keep getting the above mentioned error > angular.js:12520 ReferenceError: facebookUser is not defined on the line in the eventlistener where I call facebookUser. > $rootScope.$on('fbLoginSuccess', function(name, response) {...

All work fine in the @localhost, but when I build a cordova android app, the facebook button don't response and it's impossible signin/signout in the mobile app. It's a problem...

Hi, Please update the docs. Mention that we have to add `` in the html file. With out this the directive to create fb login button is always showing the...

Exclude ngRoute dependency from the module var application = angular.module("facebookUtils", [ "ngRoute" ]) The routingEnabled option would probably break but for people not using ngRoute this would be an improvement.

I want to change the look of the facebook login button that you have provided

Seems like having multiple elements does not work - only the first to be instantiated will work. Current workaround can be to only ever have 1 facebook-login button (so keep...

bug