Parse+Facebook - how do you login Parse.User from a FBUser?

Continuing the discussion from Facebook login + Parse: I can use the OpenFb library (see above) to connect an FB user to a current Parse.User (i.e. Parse.User.current()) or to a new Parse.User. It works fine. But how do you handle the case when existing user tries to sign-in using FB Connect? I can do an FB login and then call Parse.Query to find the matching Parse.User record. But I can’t actually do a Parse.User.logIn() because I don’t have the actual password. Is there a workaround here? ...

8 Jun 2015 ... Continuing the discussion from Facebook login + Parse: I can use the OpenFb library (see above) to connect an FB user to a current Parse.

Lee mas