-
Notifications
You must be signed in to change notification settings - Fork 33
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
Internal Server Error on Facebook login #25
Comments
Hi Daniel, I'll check it. |
Daniel, how do you are getting the accessToken? |
I get the access_Token by initializing the Facebook JavaScript SDK on my index.html file and calling the FB.login method on my sign_in file which on success returns amongst others in an object, an access_token. I then pass that access_token as a parameter to the /customers/facebook route but the response above was returned. |
I'm having the same issue with the access_token provided from the Facebook Javascript SDK and actually, I'm using the same technique while on Development Environment; I have not seen the result after deployment. |
Same here, same error. Is there any progress on this ? |
@sefaokumus @AndlerRL @DanielNgozika Hi guys. Do you, by chance, are using HTTP instead of HTTPS? |
I was on my local host. I will try https. Thanks |
The server returns this error message: "Invalid appsecret_proof provided in the API argument" when logging in with Facebook. Meanwhile, the access_token required in the API field is filled with the accessToken returned from Facebook's response object. What am I doing wrong?
The text was updated successfully, but these errors were encountered: