Skip to content

FB.login popup open problem #20

@mitulkoradiya

Description

@mitulkoradiya

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions