loginWithSocialProvider
This SDK is deprecated in favor of the Core and UI JS SDKs. See Migrating to the latest SDKs to use the latest Core and UI SDKs.
|
Support for the Legacy JS SDK ends on 28 February, 2021. |
About this command
Authenticate the user with the specified social provider.
Notes for the Cordova platform:
-
The system’s web browser will be used for Android,
-
A webview will be opened in the application for iOS.
Examples
reach5('loginWithSocialProvider', 'facebook', {
redirectUri: 'https://www.example.com/login/callback'
});
Parameters
Name of the provider to use (e.g. 'facebook', 'google'…). |
|||||||||||||||||||||||||
List of authentication options
|