Hi,
I have added the plugin correctly and when I tried to click on login with facebook then can't open a popup and also can't get any error in console. Login with google working ready and get proper user data.
Added button in my html page with the directive name
<button fb-login type="button">facebook Login</button> <button g-login type="button">Google Login</button>
Added module in my js and configured the key
var angularApp = angular.module('myApp', ['socialLogin']); angularApp.config(function(socialProvider){ socialProvider.setGoogleKey("xxxx"); socialProvider.setFbKey({appId: "xxxx", apiVersion: "v2.4"}); });
Please help,
Thanks.
Hi,
I have added the plugin correctly and when I tried to click on login with facebook then can't open a popup and also can't get any error in console. Login with google working ready and get proper user data.
Added button in my html page with the directive name
<button fb-login type="button">facebook Login</button> <button g-login type="button">Google Login</button>Added module in my js and configured the key
var angularApp = angular.module('myApp', ['socialLogin']); angularApp.config(function(socialProvider){ socialProvider.setGoogleKey("xxxx"); socialProvider.setFbKey({appId: "xxxx", apiVersion: "v2.4"}); });Please help,
Thanks.