parse-community / ParseFacebookUtils-Android

A utility library to authenticate ParseUsers with the Facebook SDK
http://docs.parseplatform.org/android/guide/#facebook-users
Other
53 stars 63 forks source link

logInWithReadPermissionsInBackground() user = null #29

Open LeoDroidCoder opened 6 years ago

LeoDroidCoder commented 6 years ago

Cannot log in when Facebook app is installed on device, logInWithReadPermissionsInBackground() returns null ParseUser.
However, when debugging I see that authorization is actually successful and I receive facebook token and ID.

Here is the log:

log.txt

ZaharL commented 6 years ago

I have the same problem! It only works when I'm removing my app from apps list in settings on Facebook. But when trying to login again it's not working (ParseUser is null)