Registry / web-framework / spring-social-web

spring-social-web

JSON →
library1.1.6.RELEASEjavamavenunverified

Provides web integration support for Spring Social, enabling OAuth-based connection to social media APIs.

<dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-web</artifactId> <version>1.1.6.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SOCIAL-WEB
S
spring-social-web
web-frameworkjavav1.1.6.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConnectController
org.springframework.social.connect.web.ConnectController

Creates a ConnectController for managing social media connections.

import org.springframework.social.connect.web.ConnectController; import org.springframework.social.connect.ConnectionFactoryLocator; import org.springframework.social.connect.UsersConnectionRepository; public class Example { public static void main(String[] args) { ConnectionFactoryLocator locator = null; UsersConnectionRepository repo = null; ConnectController controller = new ConnectController(locator, repo); System.out.println("ConnectController created"); } }
Debug
Known issues
breakingSpring Social is in maintenance mode; consider using Spring Security OAuth2 client instead.
fix
Migrate to spring-security-oauth2-client for modern OAuth2 support.
affects: >=1.1.6.RELEASE
Upgrade
Version history
1.1.6.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
spring-social-web — mvn dependency:get spring-social-web · libregistry