Get Connection after singin.
UPDATE Already solved. --------------------------- I am starting with Spring Social, and now I am confused with something. I allways receive null when I tried to get Connection<Facebook> in my...
View ArticleMix Spring Social Security with regular security?
I noticed that there is a spring social security project on github that is not maintained by spring and one that is maintained by spring but doesn't have any documentation. Are these the same? The...
View ArticleAutomate Refresh LinkedIn Tokens for n users without the users being signed in
Hi , I am building a WebService in which there are access tokens stored for 10 LinkedIn Users. After 60 days , how do I automate refresh of access tokens without the users being signed in? I know there...
View ArticleconnectionStatus method in connect controller
This might be more of a spring MVC question but I don't understand how the model object that gets populated in this method is returned to the status page. Can someone explain? It seems to populate it...
View ArticleIssue extending connect controller
Using some recent examples on the message board I can extend connect controller and override methods. However, when I try to add a method I get this: org.springframework.beans.factory.BeanCreationExce...
View Article