Table of contents
- 1. User Management 360
- 2. Social Plugins
- 3. Gamification
- 4. Integration Overview
- 4.1.1.1. Core REST API
- 4.1.1.2. JavaScript API
- 4.1.1.3. Server Side SDKs
- 4.1.1.4. Moblie SDKs
- 4.2. Common Integration Diagram
- 5. API Key and Site Setup
- 6. Learn More
Welcome to the developer's documentation of the Gigya service. The Developer's Guide is a practical tutorial-like guide for developers who wish to integrate the Gigya service into their website/application. The Gigya service supports a wide range of social login, sharing and community features throughout your site. Below you will find a summary of popular features and the quick links you need to get started.
User Management 360
![]() | Social Login
| |||
![]() | Registration-as-a-Service
| |||
![]() | Identity Storage
| |||
![]() | Identity Access
| ![]() | Single Sign-On
| |
Social Plugins
![]() | Share Bar Plugin
| ![]() | Reactions
| |
![]() | Comments
| ![]() | Rating & Reviews
| |
![]() | Activity Feed
| ![]() | Live Chat
| |
![]() | Action-based Sharing
| ![]() | Follow Bar
| |
Gamification
![]() |
| ||
Integration Overview
Gigya supports multiple environments:
Core REST API
The core of the Gigya service is a REST-like interface. Please refer to the REST API reference for the list of methods and parameters. Gigya offers various wraps around this API for various environments, thus in most cases you will not need to use the REST API directly. The wraps are listed below.
JavaScript API
Gigya's JavaScript API is your access to Gigya's plugins. The JavaScript API provides a wrap around Gigya's REST API, in addition to implementing the plugins, which are listed above. We highly recommend reading the Using the JavaScript API guide, which provides the basic knowledge needed to start developing using the Gigya's JavaScript API. The guide includes a basic example using the API (i.e. the "Hello World" of Gigya) and instructions for using Gigya's JavaScript API methods and events. Please refer to the JavaScript API Reference for the list of methods and parameters.
Server Side SDKs
Gigya offers a set of Server Side SDKs that provide a wrap around Gigya's REST API. The SDKs make it simple to integrate Gigya's service in various development environments. Check out our Server Side SDKs documentation and find out if there is an SDK available for your preferred language.
Moblie SDKs
Gigya supports SDKs for iOS, Android mobile platforms, and for Flash applications.
Common Integration Diagram
The following diagram shows the most common use-case of a web site that integrates the Gigya service:

Your website client application uses the JavaScript API to integrate the plugins and client site API method calls.
Your website server application uses a server side SDK for server API method calls. Choose the Server Side SDKs that matches your environment.
If there is no SDK available for your platform (i.e Perl, Ruby), you may use an external OAuth2 SDK as a wrap around our REST API. Learn more here.
API Key and Site Setup
Gigya plugins and API calls require passing an API key. The API key is a unique key, which is used to verify that API calls are made from an authorized domain. You may obtain your Gigya API key from the Site Dashboard page on the Gigya website (see also the Site Setup documentation).
Development on localhost: For development and testing purposes, it is possible to run Gigya on 'localhost' and with any valid API key. You do not have to sign up in order to run a test on your localhost. You may use the API key that is provided in the various code samples throughout the wiki (see Working Code Examples). Copy the code, and run it on your localhost without any change. After signing up for the domain on which you will deploy, you may use your API key for development on localhost.
Deployment: Before deploying, you must complete your Site Setup, including Configuring Social Network Application Keys. Please make sure that all the pages that use Gigya API include your unique API key. Make sure that the domain name from which you load the pages is the same domain name that you used for generating the API key.
Learn More
Using this Developer's Guide, you can:
- Learn how to incorporate Security functionality into your integration with Gigya.
- Learn about Gigya's Reports & Analytics.
- Learn how Gigya is supported in Mobile applications and sites.
- Check out Gigya's Demo Site. This demo outlines how to make a web site social using Gigya's platform. To learn about the site implementation, how to install the site and more please refer to the Demo Site Guide.
- Learn about Debugging Tools that will help you debug your integration with Gigya.















Comments