Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Logout Don't works #25

Open
jeffersonest opened this issue Jun 17, 2017 · 0 comments
Open

Basic Logout Don't works #25

jeffersonest opened this issue Jun 17, 2017 · 0 comments

Comments

@jeffersonest
Copy link

Logout not working with this code:

In my app, when the user clicks on "exit-bt", the logout method don't works, what i do?

 $('.exit-bt').click(function () {
        CordovaFacebook.logout({
            onSuccess: function() {
                alert("The user is now logged out");
            }
        });
        CordovaFacebook.logout();
    });

What I need?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant