A credential which can be used to log in as a Stitch user
using the Facebook authentication provider.
Browser SDK users can use the
FacebookRedirectCredential
with StitchAuth.loginWithRedirect.
Server and React Native SDK users must obtain their own access token.
Use a third-party module to get this token and pass it to the FacebookCredential
constructor.
FacebookCredential
A credential which can be used to log in as a Stitch user using the Facebook authentication provider.
Browser SDK users can use the FacebookRedirectCredential with StitchAuth.loginWithRedirect. Server and React Native SDK users must obtain their own access token. Use a third-party module to get this token and pass it to the FacebookCredential constructor.