spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
532 stars 807 forks source link

Added Linkedin Connect and fixed few compilation errors #1

Open shravanmahankali opened 13 years ago

shravanmahankali commented 13 years ago

Hi There,

Added linkedin connect and replaced following no more available classes causing compilation failures: -> "org.springframework.social.connect.signin.web.ProviderUserSignInController" class with "org.springframework.social.connect.signin.web.ProviderSignInController", -> "org.springframework.social.connect.signin.web.ProviderUserSignInUtils" class with "org.springframework.social.connect.signin.web.ProviderSignInUtils".

NOTE: Please add the SpringSource "linkedin.consumerKey" and "linkedin.consumerSecret" in the following file src\main\webapp\WEB-INF\spring\properties.xml to make linkedin connect working.

PS: Here I have briefed my work - http://shravanmahankali.wordpress.com/2011/04/21/spring-social-and-linkedin/ (this draft is based on my work on spring-social 1.0.0.M2 version, which is not committed due to various differences.)

Let me know if need any information.

Thank You, Shravan

shravanmahankali commented 13 years ago

would anyone review this change and merge to main source?

kdonald commented 13 years ago

Have you merged with the latest changes in master? Some of the changes I'm seeing have already been applied. Need to make sure your changes can be applied on top of the latest. See Github help & http://blog.springsource.com/2010/12/21/social-coding-in-spring-projects/ for some guidelines.