angular-facebook
angular-facebook copied to clipboard
An Angularjs module to take approach of Facebook javascript sdk.
When I logout of my Facebook page in another tab on the same browser and then I try to logout of my angular app it gives me this error Refused...
When I call `Facebook.logout()` I get this error Refused to display 'https://www.facebook.com/home.php' in a frame because it set 'X-Frame-Options' to 'DENY'. People say using a iframe is a solution, but...
how to set the v2.12 or other?
The user access token that is currently being generated is a short lived access token which lasts for about 2hrs. How do I generate a long-lived access token? Thanks in...
It appears that `http://connect.facebook.net/en_US/sdk.js` is erratically available, in favor of `http://connect.facebook.net/en_US/all.js`. This would need to be updated in `angular-facebook.js` line 589: var src = '//connect.facebook.net/' + settings.locale + '/sdk.js', to...
I added following function to get email address, but its not returning the email address. its returning only, accessToken: "" expiresIn: 5874 signedRequest: "" userID: "" Function ``` js $scope.login...
Hi guys! I am using the angular-facebook module since january, but today I am facing an error. > Facebook.login() called before Facebook SDK has loaded. I use the login method...
Cannot log in just in Safari web and mobile, nothing happens, any idea? My code ir working on all browser but safari
something like this: Facebook.api('/me').then(function(response){ // stuff });
Looks like the bower package does not have every file that's in the repo. Including the minified version.