Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

facebookConnectPlugin.login does not call success or error handlers one time in two #559

Closed
Hypher opened this issue Sep 12, 2017 · 2 comments

Comments

@Hypher
Copy link

Hypher commented Sep 12, 2017

  1. be on android (either or not with facebook native app installed)
  2. call facebookConnectPlugin.login(["public_profile", "email"], s, f)
  3. after facebook dialog, succes handler is called
  4. call again facebookConnectPlugin.login(["public_profile", "email"], s, f)
  5. neither succes nor error handler are called
  6. call again facebookConnectPlugin.login(["public_profile", "email"], s, f)
  7. succes handler is called
  8. call again facebookConnectPlugin.login(["public_profile", "email"], s, f)
  9. neither succes nor error handler are called
  10. call again facebookConnectPlugin.login(["public_profile", "email"], s, f)
  11. succes handler is called
    ....
    It's not called one time in two.
@darkovac
Copy link

Had similar issue, made a pull request with a fix:
#561

@peterpeterparker
Copy link
Collaborator

This issue is 7 months old, I guess you solved it

If you still face error plz document in carefully with more details. If you have questions, plz use other channels like Stackoverflow or Ionic forum

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

No branches or pull requests

3 participants