Login & User Javascript APIs

(Difference between revisions)
Jump to: navigation, search
(Events)
Line 61: Line 61:
 
|-
 
|-
 
| [[socialid.events.onLoginSuccess]]
 
| [[socialid.events.onLoginSuccess]]
| Executado quando o usuário finaliza o processo de login com sucesso.
+
| Triggered when the user completes the login process successfully.
 
|-
 
|-
 
| [[socialid.events.onLoginCancel]]
 
| [[socialid.events.onLoginCancel]]
| Executado quando o usuário cancela o processo de login (não autoriza o login social).
+
| Triggered when the user cancels the login process (does not authorizes the social login).
 
|-
 
|-
 
| [[socialid.events.onLoginError]]
 
| [[socialid.events.onLoginError]]
| Executado quando algum erro acontece durante o processo de login.
+
| Triggered when an error occurs during the login process.
 
|-
 
|-
 
| [[socialid.events.onLoginStart]]
 
| [[socialid.events.onLoginStart]]
| Executado quando o usuário inicia o processo de login.
+
| Triggered when the user starts the login process.
 
|-
 
|-
 
| [[socialid.events.onConnectSuccess]]
 
| [[socialid.events.onConnectSuccess]]
| Executado quando o usuário finaliza o processo de conexão de uma nova credencial com sucesso.
+
| Triggered when the user completes the connection of a new provider credential successfully.
 
|-
 
|-
 
| [[socialid.events.onConnectCancel]]
 
| [[socialid.events.onConnectCancel]]
| Executado quando o usuário cancela o processo de conexão de uma nova credencial (não autoriza o login social).
+
| Triggered when the user cancels the connection of a new provider credential (does not authorizes the social login).
 
|-  
 
|-  
 
| [[socialid.events.onConnectError]]
 
| [[socialid.events.onConnectError]]
| Executado quando algum erro acontece durante o processo de conexão de uma nova credencial.
+
| Triggered when an error occurs during the connection of a new provider credential.
 
|-
 
|-
 
| [[socialid.events.onConnectStart]]
 
| [[socialid.events.onConnectStart]]
| Executado quando o usuário inicia o processo de conexão de uma nova credencial.
+
| Triggered when the user starts the connection of a new provider credential.
 
|-
 
|-
 
| [[socialid.events.onDisconnectSuccess]]
 
| [[socialid.events.onDisconnectSuccess]]
| Executado quando o usuário desconecta alguma de suas credenciais com sucesso.
+
| Triggered when the user disconnects some provider successfully.
 
|-  
 
|-  
 
| [[socialid.events.onDisconnectError]]
 
| [[socialid.events.onDisconnectError]]
| Executado quando algum erro acontece durante o processo de desconexão de uma credencial.
+
| Triggered when an error occurs during the disconnection of some provider.
 
|}
 
|}
  

Revision as of 16:06, 3 November 2014

APIs

Resource Description
socialid.login.init Initializes the API to be used by a Social Login application.
socialid.login.renderLoginWidget Renders the Social Login widget within a DOM element.
socialid.login.renderConnectWidget Renders the Social Connect widget within a DOM element.
socialid.login.startLogin Starts the social login flow for the given social network. It could open a popup dialog or redirect to the social network, depending on the loginType.
socialid.login.startConnect Opens the popup dialog to connect a new social network credentials in the current login session.
socialid.login.startLoginClick Starts the social login flow for the given social network when the user clicks on a DOM element.
socialid.login.startConnectClick Opens the popup dialog to connect a new social network credentials in the current login session when the user clicks on a DOM element.
socialid.login.disconnect API to disconnect a social network provider from the current login session.
socialid.login.logout API to logout the user (destroy the current login session).
socialid.login.logoutWithFacebook API to logout the user previously logged in by the Facebook Automatic Login.
socialid.login.getUserInfo API to get basic information about the user logged in the current login session.
socialid.login.loginConnection API to automatically log an user given its connection_id.
socialid.login.loginUserToken API to automatically log an user given its user_token.
socialid.login.loginCredentials API to automatically log an user given its social networks credentials.
socialid.login.moveTo API to move data from the user logged in the current login session to another user and then removes it.
socialid.login.automaticFacebookLogin Automatically logs an user using the Facebook Javascript SDK.

Events

Event Description
socialid.events.onLoginSuccess Triggered when the user completes the login process successfully.
socialid.events.onLoginCancel Triggered when the user cancels the login process (does not authorizes the social login).
socialid.events.onLoginError Triggered when an error occurs during the login process.
socialid.events.onLoginStart Triggered when the user starts the login process.
socialid.events.onConnectSuccess Triggered when the user completes the connection of a new provider credential successfully.
socialid.events.onConnectCancel Triggered when the user cancels the connection of a new provider credential (does not authorizes the social login).
socialid.events.onConnectError Triggered when an error occurs during the connection of a new provider credential.
socialid.events.onConnectStart Triggered when the user starts the connection of a new provider credential.
socialid.events.onDisconnectSuccess Triggered when the user disconnects some provider successfully.
socialid.events.onDisconnectError Triggered when an error occurs during the disconnection of some provider.

Exemplos

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox