In Template files, which is the preferred pattern for registering modules?
Using the implementations of the LinkedInTemplate and the TripItTemplate as examples, the constructor calls a private helper method that registers the Jackson module (ie...
View Articlepackage and maven groupId/artifactId for new API implementations?
Hello, If I were to create a spring social implementation for "foo", would the expectation be that my groupId be org.springframework.social.foo and the artifactId spring-social-foo?
View ArticleWhat a year makes?
8 sept 2011 the Spring Social team proudly posted a post announcing Spring Social 1.0 under the title "What a year makes". Indeed, a lot had been accomplished by providing a library that abstracts much...
View Articlev1.0.2 tag build issues
I recently downloaded the spring source using git clone and it built fine using gradlew. I then checked out the 1.0.2RELEASE tag so as I'm only allowed using official released versions for the most...
View ArticleHow to handle Facebook connection expired
Hi guys, we're facing the issue of having an expired Facebook token for a user in our DB, so we thought about doing sth. like this: // refresh FB connection in case of expired access token... if...
View ArticleProgrammatically obtaining the OAuth1 verifier from Twitter
I'm a newbie to both the social framework and twitter in general. Using console quick start example, I've been able to authenticate and update my status successfully. However, the example code obtains...
View Article1.1.X Naming Conventions for appId/appSecret?
Craig, I know the 1.1.x API is still in flux. As a result, there are some naming inconsistencies with the appId/appSecret that I'd like to get your take on so that I can better align my API with the...
View ArticleThoughts on how/where to override apiUrlBase, authorizeUrl, accessTokenUrl?
Craig, When developing my own API, it would be nice to have the ability to override the values for apiUrlBase, authorizeUrl and accessTokenUrl. In the current examples, all of these values are hard...
View ArticleWhich version of LinkedIn to use with latest 1.1.0.M1 core release
Which version of the LinkedIn module van be used best in combination with the latest 1.1.0.M1 Spring Social Core release? My project is using both LinkedIn and Twitter modules and they both have a...
View ArticlePossible problem with OAuth2Template?
Craig, When I am trying to configure my OAuth2Template, I do the following: Code: OAuth2Template oAuth2Template = new OAuth2Template(clientId, clientSecret, "someAuthenticateUrl",...
View ArticleSend a Request to Multiple Users on Facebook
Hi I'd like to implement an App Request feautre to enable users to send invites to facebook friends. I pasted below progress so far (not much), throws an error, not sure why?:...
View ArticleFacebook : How to "store" an accesstoken obtained via javascript in...
I have an app that is accessed both via web and via phonegap. When using the web, I am using the spring social framework (i.e doing a post on /provider/facebook). So the userconnection table is...
View ArticleField rank in Connection object
Hi, My application needs to manage several connection for the same provider for one user of my application. Among these Connection, I'd like to let my user which one is the "primary" connection (ie....
View ArticleProviderSigninController swallows Exceptions?
Is there not a better way to preserve the content of this exception? Either by outputting log message or passing as query param or something? Code: @RequestMapping(value="/{providerId}",...
View ArticleSpring Social with JavaConfig Tutorial (Spring 3.2, Spring Security, and...
I would like to share the following tutorial: Spring Social with JavaConfig Quote: In this tutorial, we will create an application that can post messages and retrieve profile information from Facebook...
View ArticleHow to use org.springframework.social.security.SocialAuthenti cationFilter?
Hi, I'm trying to use org.springframework.social.security classes before they are released, so please help me if you can. My question is how to use SocialAuthenticationFilter. In Spring Social...
View ArticleSpring Social Alfresco
We've created a new Spring Social project for the Alfresco Cloud. This extension provides access to the Alfresco Cloud Public REST and CMIS APIs. The project is hosted at...
View ArticleHow to get more than 5000 invitee from facebook.eventOperations().getInvited()
Hi All, Currently, I am trying to get a list of invitee that are invited to an event. I am using facebook.eventOperations().getInvited() and found that it only return max 5000 record. In Facebook Graph...
View ArticleIllegal access in getting Linkedin response via Spring social
Hi guys, I implemented Spring Social features. Facebook and Twitter works good, but I got some errors using other social network, which I working on. In particular, using Linkedin, I'm experiencing a...
View ArticleQuickstart JavaConfig with Spring Web Flow
Hi all, I am integrating spring social into an existing spring web app that uses spring web flow. I am having trouble just getting anything to work right. A bit about my app: *Uses Spring/ Spring Web...
View Article