so I am using
import {
getThirdPartyAuthorisationURLWithQueryParamsAndSetState,
thirdPartySignInAndUp
} from 'supertokens-auth-react/recipe/thirdpartypasswordless';
to authorize FB Login but now we'd like to switch to Facebook Login for Business, did anyone do that with the current components?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).