Socialid.selfie.init

(Difference between revisions)
Jump to: navigation, search
(Example)
Line 1: Line 1:
 
== Description ==
 
== Description ==
  
Inicializa a API para ser usada por uma aplicação do selfie. É obrigatório chamar esta função antes de usar qualquer recurso da API do Selfie.
+
Initializes the API to be used by a Selfie application. É obrigatório chamar esta função antes de usar qualquer recurso da API do Selfie.
  
 
== Usage ==
 
== Usage ==
Line 12: Line 12:
 
! align="left" width="200px" | selfieAppId
 
! align="left" width="200px" | selfieAppId
 
| width="200px" | obrigatório
 
| width="200px" | obrigatório
| o identificador numérico da aplicação de selfie.
+
| the numeric identifier for the selfie application.
 
|}
 
|}
  
 
== Example ==
 
== Example ==
  
Inicializando a API do Selfie para ser usada pela aplicação de id "1":
+
Initializing the Selfie API for the application with id "1":
  
 
   socialid.selfie.init(1);
 
   socialid.selfie.init(1);

Revision as of 11:30, 4 November 2014

Contents

Description

Initializes the API to be used by a Selfie application. É obrigatório chamar esta função antes de usar qualquer recurso da API do Selfie.

Usage

 socialid.selfie.init(selfieAppId)

Parameters

selfieAppId obrigatório the numeric identifier for the selfie application.

Example

Initializing the Selfie API for the application with id "1":

 socialid.selfie.init(1);
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox