Struggling getting Facebook Identifier up and running #4135
Unanswered
codal-Jamie
asked this question in
Help
Replies: 1 comment
-
This issue is related #3383 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm running into some issues with setting up the Facebook provider. I'm using the same code as the example in the docs besides the environment variables.
FacebookProvider({ clientId: process.env.FACEBOOK_CLIENT_ID, clientSecret: process.env.FACEBOOK_CLIENT_SECRET, }),
I'm receiving this error in the console:
id_token detected in the response, you must use client.callback() instead of client.oauthCallback()
Adding idToken as a param doesn't seem to solve the issue either!
This code has been previously been working in the past, though an update is causing the error to occur.
Beta Was this translation helpful? Give feedback.
All reactions