Issue 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 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 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 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 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 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 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 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 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 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 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 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 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 ArticleGoogle+?
Is it planned to implement Google+ into Spring Social? There's currently no Maven dependency. Neither from a 3rd Party.
View Articlespring 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 ArticleCan you modify or change USERCONNECTION table in spring social showcase?
Hi Guys, USERCONNECTION is a table used to store access tokens. Is this table modifiable? Can I change the name of this table or from where Spring Social Twitter gets the keys from? If yes then could...
View ArticleRedirect problem with https
Hi, I´m new to Spring Social and tried to connect with my application to facebook. For this, I used the spring social quickstart and created a new app on https://developers.facebook.com/apps. My Server...
View Articlecorrect way to use a provider template in controller/service
I have successfully connected via connect controller to service provider. In another controller I want to access the API. Can i inject the ProviderTemplate class and use it? What is the proper way to...
View ArticleAuthorize with only one specified Facebook App
I would like to get my facebook page videos. I need to authorize for that. However, for Photos you don't need to authorize. So I created a Facebook App. But how I need to configure (JavaConfig) Spring...
View ArticleUnique Issue when using loadbalancer and spring social linkedin,facebook
Hello, Not sure if I'm posting in the correct forum. I have this unique issue..I have a load balancer (as of now 2 tomcat instances) in AWS ,my application uses spring social (linkedin &...
View Article