Package | Description |
---|---|
lumis.socialnetworkintegration |
Provides the core social network integration management operations.
|
lumis.socialnetworkintegration.connector |
Provides social network integration connectors.
|
Modifier and Type | Method and Description |
---|---|
SocialNetworkApplication |
SocialNetwork.addApplication(String consumerKey,
String consumerSecret,
boolean enabled,
String name)
Adds an application to this social network.
|
SocialNetworkApplication |
SocialNetworkAccount.getApplication()
Returns the application to which this account will publish to.
|
Modifier and Type | Method and Description |
---|---|
Set<SocialNetworkApplication> |
SocialNetwork.getApplications()
Returns the applications.
|
Modifier and Type | Method and Description |
---|---|
String |
ISocialNetworkConnector.buildAuthenticationURL(String callbackURL,
SocialNetworkApplication application,
Map<String,Object> stored)
Builds the Authentication URL for the social network.
|
void |
SocialNetworkAccount.setApplication(SocialNetworkApplication application)
Set the application to which this account will publish to.
|
Modifier and Type | Method and Description |
---|---|
void |
SocialNetwork.setApplications(Set<SocialNetworkApplication> applications)
Sets the applications.
|
Modifier and Type | Method and Description |
---|---|
String |
FacebookConnector.buildAuthenticationURL(String callbackURL,
SocialNetworkApplication application,
Map<String,Object> stored) |
String |
TwitterConnector.buildAuthenticationURL(String callbackURL,
SocialNetworkApplication application,
Map<String,Object> store) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.