I'm following the directions here and elsewhere: https://github.com/SpringSource/spring-social/wiki/Quick-Start
Why do we need to specify a dataSource and UsersConnectionRepository to use Spring Social Facebook? What gets written to our database? Am I supposed to create special tables or modify my Users table?
UserConnection
table I do not understand. Is there a chance you can tell me if I need to consider anything in particular regarding that table and repository respectively? – Dogleg