Table of contents
The core of the Gigya service is a REST-like interface. Gigya offers various wraps around this API for various environments, thus in most cases you will not need to use the REST API directly. Please refer to the Developer's Guide for more information.
- Socialize
- socialize.checkin
- socialize.deleteAccount
- socialize.delUserSettings
- socialize.exportUsers
- socialize.facebookGraphOperation
- socialize.getAlbums
- socialize.getContacts
- socialize.getFeed
- socialize.getFriendsInfo
- socialize.getPhotos
- socialize.getPlaces
- socialize.getRawData
- socialize.getReactionsCount
- socialize.getSessionInfo
- socialize.getTopShares
- socialize.getUserInfo
- socialize.getUserSettings
- socialize.logout
- socialize.notifyLogin
- socialize.notifyRegistration
- socialize.publishUserAction
- socialize.removeConnection
- socialize.sendNotification
- socialize.setStatus
- socialize.setUID
- socialize.setUserInfo
- socialize.setUserSettings
- socialize.shortenURL
- OAuth2 End Points
- Accounts
- Objects
- accounts.deleteAccount
- accounts.deleteScreenSet
- accounts.finalizeRegistration
- accounts.getAccountInfo
- accounts.getPolicies
- accounts.getSchema
- accounts.getScreenSets
- accounts.importProfilePhoto
- accounts.initRegistration
- accounts.isAvailableLoginID
- accounts.linkAccounts
- accounts.login
- accounts.logout
- accounts.notifyLogin
- accounts.publishProfilePhoto
- accounts.register
- accounts.resendVerificationCode
- accounts.resetPassword
- accounts.search
- accounts.setAccountInfo
- accounts.setPolicies
- accounts.setSchema
- accounts.setScreenSet
- Comments
- Game Mechanics
- Reports
- Chat
- Data Store
- GCS
- Response Codes and Errors
Deprecated Methods
The following methods are deprecated:
- socialize.disconnect : This method disconnects the current user from one or all of the connected providers. This method is deprecated, please use the socialize.removeConnection method instead.
- socialize.linkAccounts : This method replaces the Gigya UID in the user account on Gigya's DB, with a site user ID that you provide. This method is deprecated, please use the socialize.setUID method instead.
- socialize.unlinkAccounts : This method deletes the current user's account from Gigya's DB. This method is deprecated, please use the socialize.deleteAccount method instead.
Note: Gigya continues to support deprecated methods for backwards compatibility.

Comments