Package org.springframework.social.core

Core Spring Social classes

See:
          Description

Interface Summary
ResponseStatusCodeTranslator Strategy interface for converting responses from a social network provider into specific instances of SocialException.
 

Exception Summary
AccountNotConnectedException Indicates a security-related error while performing an operation on a social network provider (updating a Twitter user's status without an OAuth access token, for example).
OperationNotPermittedException Indicates an HTTP 403 (Forbidden) response from making a call to a social network's API.
SocialException Exception class that represents a problem from performing an operation on a social network provider (e.g.
 

Package org.springframework.social.core Description

Core Spring Social classes