ParseFacebookUtils-Android icon indicating copy to clipboard operation
ParseFacebookUtils-Android copied to clipboard

ParseFacebookUtils.isLinked is returning true after that link process has failed

Open ClarkXP opened this issue 7 years ago • 0 comments

The case is the following:

  • I have an facebook ([email protected]) account linked in Parse.
  • With other account (logged with email, [email protected]) I try to link with the first account.
  • isLinked method return false before to try the link proccess.
  • Parse return the error: "this auth is already used"
  • isLinked method now return true, although the process has failed
  • In Parse-server the authData field never is touched (User model)

To restore the correct status of the email account, I have to log out and log in again.

ClarkXP avatar May 30 '17 21:05 ClarkXP