Uses of Class
lumis.socialnetworkintegration.SocialNetworkApplication
-
Packages that use SocialNetworkApplication Package Description lumis.socialnetworkintegration Provides the core social network integration management operations.lumis.socialnetworkintegration.connector Provides social network integration connectors. -
-
Uses of SocialNetworkApplication in lumis.socialnetworkintegration
Methods in lumis.socialnetworkintegration that return SocialNetworkApplication Modifier and Type Method 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.Methods in lumis.socialnetworkintegration that return types with arguments of type SocialNetworkApplication Modifier and Type Method Description Set<SocialNetworkApplication>
SocialNetwork. getApplications()
Returns the applications.Methods in lumis.socialnetworkintegration with parameters of type SocialNetworkApplication Modifier and Type Method 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.Method parameters in lumis.socialnetworkintegration with type arguments of type SocialNetworkApplication Modifier and Type Method Description void
SocialNetwork. setApplications(Set<SocialNetworkApplication> applications)
Sets the applications. -
Uses of SocialNetworkApplication in lumis.socialnetworkintegration.connector
Methods in lumis.socialnetworkintegration.connector with parameters of type SocialNetworkApplication Modifier and Type Method Description String
FacebookConnector. buildAuthenticationURL(String callbackURL, SocialNetworkApplication application, Map<String,Object> stored)
String
TwitterConnector. buildAuthenticationURL(String callbackURL, SocialNetworkApplication application, Map<String,Object> store)
-