Table of contents
This section is a reference to Gigya's JavaScript & ActionScript3 API.
We highly recommend reading the Using the JavaScript API guide. 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.
Gigya's JavaScript API consists of the objects and methods listed below:
- Socialize
- Objects
- socialize.addConnection
- socialize.addEventHandlers
- socialize.checkin
- socialize.delUserSettings
- socialize.facebookGraphOperation
- socialize.getAlbums
- socialize.getAvailableProviders
- socialize.getContacts
- socialize.getFeed
- socialize.getFriendsInfo
- socialize.getPhotos
- socialize.getPlaces
- socialize.getProviderShareCounts
- socialize.getRawData
- socialize.getReactionsCount
- socialize.getSessionInfo
- socialize.getTopShares
- socialize.getUserInfo
- socialize.getUserSettings
- socialize.hideUI
- socialize.login
- socialize.logout
- socialize.notifyLogin
- socialize.notifyRegistration
- socialize.postBookmark
- socialize.publishUserAction
- socialize.removeConnection
- socialize.requestPermissions
- socialize.sendNotification
- socialize.setStatus
- socialize.setUID
- socialize.setUserSettings
- socialize.shortenURL
- socialize.showAddConnectionsUI
- socialize.showChatUI
- socialize.showCommentsUI
- socialize.showEditConnectionsUI
- socialize.showFeedUI
- socialize.showFollowBarUI
- socialize.showFriendSelectorUI
- socialize.showLoginUI
- socialize.showRatingUI
- socialize.showReactionsBarUI
- socialize.showShareBarUI
- socialize.showShareUI
- socialize.trackReferrals
- socialize.waitForService
- socialize.getActions (deprecated)
- socialize.isLoggedIn (deprecated)
- Accounts
- Comments
- Objects
- comments.deleteComment
- comments.flagComment
- comments.getComments
- comments.getStreamInfo
- comments.getTopRatedStreams
- comments.getTopStreams
- comments.getUserComments
- comments.getUserOptions
- comments.postComment
- comments.setStreamInfo
- comments.setUserOptions
- comments.subscribe
- comments.unsubscribe
- comments.vote
- Game Mechanics
- Chat
- Data Store
- GCS
Deprecated Methods:
- socialize.connect please use socialize.addConnection instead.
- socialize.showConnectUI please use socialize.showAddConnectionsUI instead.
- socialize.disconnect please use socialize.removeConnection instead.
- socialize.linkAccounts please use socialize.setUID instead.


Comments