I would like to share the following tutorial:
Spring Social with JavaConfig
In this tutorial, we will create an application that can post messages and retrieve profile information from Facebook and Twitter. We will use Spring Social to implement these features. To secure our application we will use Spring Security, and to manage our views, we will use Thymeleaf.
Application is based on the following dependencies
Here's the direct URL:
http://krams915.blogspot.com/2012/12...ig-part-1.html
There's a Github repo for the project and there are two flavors:
Spring Social with JavaConfig
Quote:
In this tutorial, we will create an application that can post messages and retrieve profile information from Facebook and Twitter. We will use Spring Social to implement these features. To secure our application we will use Spring Security, and to manage our views, we will use Thymeleaf.
- Spring 3.2.0.RC1
- Spring Data JPA 1.2.0.RELEASE
- Spring Security 3.1.3.RELEASE
- Thymeleaf 2.0.14
Here's the direct URL:
http://krams915.blogspot.com/2012/12...ig-part-1.html
There's a Github repo for the project and there are two flavors: