spring security 3 + facebook authentication
Hi, I'm trying to implement Facebook with my Spring Security app. I can get one acces token valid and get the user information but i can't active the Spring to make the Facebook Login work Here is my...
View ArticleGoogle+?
Is it planned to implement Google+ into Spring Social? There's currently no Maven dependency. Neither from a 3rd Party.
View ArticleGetting A Users Access Token -Spring Social
I am working on an app that uses spring social quickstart. Is is possible to extract the users access token (not the applications access token) using the code provided with spring social quickstart?
View ArticleTwitter Streaming API
Greetings, I gather things are still in the early stages, but are there any code examples or documentation for the Twitter streaming API? In our web application we want a website user to be able to...
View ArticleSpring.Social WP8 C#
Hi. I'm having one problem that I can't resolve. I want to create new share (I think that's the correct word linkedin is using) on linkedin social network (this is the link to do that on the console:...
View ArticleProblem With Connecting...
I am able to get a connection going to facebook and twitter -- however, the problem is that once I connect and authenticate with the provider that instead of being sent back to my URL that I am...
View ArticleCan't access LinkedIn Summaries
Hi, I'm trying to access some basic profiles datas with the SpringSocialLinkedin 1.0.0.RC1. Here is how I proceed : Code: String industry = connection.getIndustry(); String headLine =...
View ArticleRedirect to the original URL after signin?????
Spring social and security experts, I have the following use case: 1. User requests a specific URL like http://www.foobar.com/foo/1001 2. Anonymous user can see this page but cannot post a comment in...
View ArticleGetting all tweets with null language when doing getUserTimeline
Hi, I noticed a weird behavior for the Code: timelineOperations.getUserTimeline operation - it seems that all tweets returned by this call have the language null. Is this expected, perhaps because of...
View ArticleInjecting A Variable Into URL Using Spring Social Quickstart
I am using Spring Social Quickstart I was wondering if after clicking the log in with Facebook button if i can inject a variable into the URL like if I wanted to give each user a unique id and have it...
View ArticleGet 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