angularjs-social-login
angularjs-social-login copied to clipboard
Simple social authentication module for AngularJS applications.
HI, When click on Login with linkedIn i am getting error. **" Uncaught TypeError: e().authorize() is undefined authorize http://platform.linkedin.com/in.js:18 link Angular "** My code is : socialLogin.directive("linkedIn", ['$rootScope', 'social', 'socialLoginService',...
Signed-off-by: art-fernandez-folio
Added Minified version of the file
With google login it is working fine. I am getting error : invalid version specified when try to setup Key and version of Facebook app. socialProvider.setFbKey("fbkey", "v2.9"); Any solution please?
 When I click on any account of Google, it is giving me an **popup_close_by_user** error.
HI ,, How to get loggedin User oauth token and oauth secret key for linkedin? Please help me to get both values. **Existing code for linkedin** IN.User.authorize(function(token){ console.log(token); IN.API.Raw("/people/~:(id,first-name,last-name,email-address,picture-url)").result(function(res){ socialLoginService.setProvider("linkedIn");...
When I am logged in with 2 google accounts at a time.... Plugin is not asking me to chose from which account I must be logged in. Instead, it's directly...
After successfully getting the userDetails from google. The code is as below In Controller : ` $rootScope.$on('event:social-sign-in-success', function(event, userDetails){ vm.obj = vm.obj || {}; vm.obj.name = userDetails.name.split(' ')[0]; vm.obj.lname =...
Hi folks, Facebook an Google token are available in the social-sign-in event. Nevertheless the linkedin token is not available. In the meantime, the token is available in the linked in...
When _login_provider is stored on localStorage, it raises an error on iOS 10.3 (iPhone SE, not sure about other devices), on private safari mode. Exact error: QuotaExceededError (DOM Exception 22):...