-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Setting authResponse is not supported #726
Comments
For more information, I have comment out |
This is weird but problem seems to be a conflict between Parse.FacebookUtils and Facebook official sdk. Please see this line of code from unminified facebook js sdk. It checks for Please also look at this line of code of this project. Parse-SDK-JS/src/FacebookUtils.js Line 61 in 8e0f00c
I solve this by change the facebook sdk url from The different is So maybe somebody can look into this issue, Thanks~ |
I'm also seeing this issue. |
Can you open a pull request please? I am not sure where this code is located Sent with GitHawk |
Same for me, started to see this, our facebook login is broken because of this. thanks for the PR @durunvo ! @flovilmart what can I do to help push this through? This issue is preventing us from releasing to prod :) |
this works for me |
Closing via #728 |
thanks everyone! |
Hi, I wonder if anyone else face this issue when try to login with facebook?
Also happens when trying to login with email/password for facebook authenticated users.
The
/login
request was succeed. It returns status code 200 with users data.However, the javascript sdk rejects the request and returns an error.
Setting authResponse is not supported
I have tested in js version 2.0.2.
The text was updated successfully, but these errors were encountered: