-
Notifications
You must be signed in to change notification settings - Fork 585
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
expected either accessToken, id_token or authCode in payload when trying to use Facebook Authentication v10 #3109
Comments
I'm getting the same issue when using the Node SDK. I've checked that the |
+1 |
➤ Lyubomir Blagoev commented: This is fixed and will be part of the next release |
@blagoev can you reference the commit/pr of the fix? |
Sure, this one realm/realm-object-store@9c80160 |
any fix? |
➤ Lyubomir Blagoev commented: This should be fixed in Realm JS v10.beta-10 and up. |
Still getting the same error message on 10.0.0-beta.11 |
I'm using |
Goals
Facebook Authentication using v10 of Realm
Expected Results
To successfully login to my realm app using Facebook Authentication
Actual Results
I got an error with the message
expected either accessToken, id_token or authCode in payload
Steps to Reproduce
Use react-native-fbsdk to login and get accesstoken.
Pass in access token to Credentials.facebook() to get credential.
Pass in credential to myRealmAppInstance.logIn()
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: