Table of contents
Methods
- 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.refreshUI
- 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)
Deprecated Methods
The following methods are deprecated:
- socialize.connect : This method connects the current user from one or all of the connected providers. This method is deprecated, please use the socialize.addConnection method instead.
- 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 is provided. This method is deprecated, please use the socialize.setUID method instead.
- socialize.showConnectUI : This method displays a "Connect" Plugin, which enables establishing connections to social networks. This method is deprecated, please use the socialize.showAddConnectionsUI method instead.
Note: Gigya continues to support deprecated methods for backwards compatibility.

Comments