Hey
I am trying to run one of the "showcase" Sample program that comes Spring Social Module. I'm getting class not found exceptions, tried switching to different facebook and linkedin versions with no success.
Class SocialConfig.java
unable to find and import following classes:
import org.springframework.social.facebook.web.Disconnect Controller;
import org.springframework.social.linkedin.api.LinkedIn;
I have the following module versions defined in pom file.
<org.springframework.social.facebook-version>1.0.2.BUILD-SNAPSHOT</org.springframework.social.facebook-version>
<org.springframework.social.linkedin-version>1.0.0.M3</org.springframework.social.linkedin-version>
Note: Versions defined in sample pom file (see below) results in invalid pom file - red cross appears, only disappears when upgarded to above versions.
<org.springframework.social.facebook-version>1.1.0.BUILD-SNAPSHOT</org.springframework.social.facebook-version>
<org.springframework.social.linkedin-version>1.0.0.RC1</org.springframework.social.linkedin-version>


Reply With Quote
