Socialid.login.isBrowserSupported

(Difference between revisions)
Jump to: navigation, search
Renato.neves (Talk | contribs)
(Created page with "== Description == Verifica se o browser é suportado pela API do Social Login. == Usage == socialid.login.isBrowserSupported == Example == Mostra uma mensagem no consol...")
Newer edit →

Revision as of 20:15, 11 March 2013

Description

Verifica se o browser é suportado pela API do Social Login.

Usage

 socialid.login.isBrowserSupported

Example

Mostra uma mensagem no console caso o browser não seja suportado pela API:

 if (!socialid.login.isBrowserSupported) {
   console.log("This browser is not supported by social login Javascript API");
 }

Teste os parâmetros em nosso playground: https://sid-examples.herokuapp.com/social_logins/playground

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox