Socialid.selfie.init

From Social ID Developers
(Difference between revisions)
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<span style="color: red; font-weight: bold">Deprecation notice:</span> this API is deprecated since July 19, 2018.
 +
 
== Description ==
 
== 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.
+
Initializes the API to be used by a Selfie application. It is required to call this function before using any other Selfie API resource.
  
 
== Usage ==
 
== Usage ==
Line 12: Line 14:
 
! align="left" width="200px" | selfieAppId
 
! align="left" width="200px" | selfieAppId
 
| width="200px" | required
 
| width="200px" | required
| the numeric identifier for the selfie application.
+
| numeric identifier for the selfie application.
 
|}
 
|}
  

Latest revision as of 16:03, 29 October 2018

Deprecation notice: this API is deprecated since July 19, 2018.

Contents

Description

Initializes the API to be used by a Selfie application. It is required to call this function before using any other Selfie API resource.

Usage

 socialid.selfie.init(selfieAppId)

Parameters

selfieAppId required 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