Hi, can someone share a payload example for facebook authentication
/api/auth/signinup
POST? I was not able to find any documentation or examples at Supertokens repo about it. I keep getting FIELD_ERROR but no other message is available looking at the backend response.
n
nkshah2
05/05/2022, 3:28 AM
Hi @solminded,
This usually means that Facebook responded with an error. You can log the error in your backend to see the full error object
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).