Auth
OAuth
Providers
Facebook

Facebook

After instantiating the SDK (which is explained here), you're allowed to use the following methods from auth.oauth.facebook.

init()

Parameters

void

Returns

Promise<string> Returns the URL needed for starting authentication with Facebook, to which the user should be redirected.

Example

const initializeFacebookOAuth = await sdk.auth.oauth.facebook.init()