Jackson Mixins vs. direct annotations
Hi! I am trying to figure out a good way to handle Tumblr adding new fields to their responses, in my Spring Social Tumblr code. (https://github.com/sdouglass/spring-social-tumblr) I don't think just...
View ArticleReinitializing LinkedIn
Hi, LinkedIn updated it's oauth integration to be more granular a while ago. My issue is that I use LinkedIn in for 3 things: RegistrationLoginProfile importFriend invite For Registration, I need the...
View ArticleError in redirect when using connect controller to connect to facebook
i am using facebook login plugin for login and on successful login redirects it to spring connect controller for completing facebook handshake . Facebook handshake is successful. I get the below error...
View ArticleBug HTTP Error 405 in Spring Canvas in 1.1.0.M2 and not in 1.1.0.BUILD-SNAPSHOT
Bug HTTP Error 405 in Spring Canvas in 1.1.0.M2 and not in 1.1.0.BUILD-SNAPSHOT Steps to recreate error 1.1.0.M2-> 1. Log out of Facebook 2. Go to http://apps.facebook.com/springsocialcanvas/ 3....
View Articlehow to submit spring-social service provider implementation
few days ago I developed spring-social based daum API (http://www.daum.net/) for open source for anybody who need. the open source name is spring-social-daum. I would like to submit it to spring social...
View ArticlePaging parameters for getlikes
i wanted to know if there is a way to apply PagingParameters on getLikes method. for example say, i want to get likes starting from a specific offset in the likes list.
View Articleunable to get all the facebook comment
Hi all, I had a facebook post which had 3214 comment. Below is my code. Post p = facebook.feedOperations().getPost("XXXX_XXXX"); System.out.println("p:" + p.getCommentCount()); PagingParameters pp =...
View ArticleIntegration with Facebook - java.lang.NoSuchMethodError:...
Hi I have downloaded Spring Facebook integration demo using https://github.com/santoshrangarajan/SpringFbDemo However when I try to implement, faced lot of issues. a) Does any one have a working...
View ArticleMix of facebook login and traditional spring security login?
Hi, I am wondering how this use case would work: I want users to log in using facebook login but I want some of the users (like administrators or power users) to be provisioned locally and authenticate...
View ArticleUsing spring social to just sign in
Hi, I want to use spring social to manage the signin and authorization process with an exernal app (EX) using OAuth2 I don't use any of their API but I need to delegate the login to that page, so any...
View ArticleConnecting to Facebook via Proxy
Hi, We have Facebook sign-in and connect/disconnect running fine but now need to deploy to a server that restricts access to facebook urls. We planned to connect via a proxy but cannot use the System...
View ArticleExtend Spring Social core to support OpenId Connect
Hi Craig, I wanted to check with you whether spring social community has plans to extend social-core to support openid connect specification in future. If I fork spring-social core and add openid...
View ArticleAre we still on M2 as the latest?
Thanks, I was just doing some Spring cleaning (Wow pun intended there and it worked well) Anyway, cleaning up some poms because I have so much Spring dependencies that have Spring dependencies that my...
View ArticleOpen Source JiwhizBlog Web Application as an example of Spring Social
Hi, I open sourced my personal blog application in GitHub https://github.com/jiwhiz/JiwhizBlogWeb. See my blog post for details: Open Source Jiwhiz Blog Web Application. This application is built with...
View ArticleDeveloper round map july 10,2013 Facebook api
Hi, I ‘have a question about the developer round map july 10,2013 for facebook api : Removing 'publish_checkins' permissions Publishing a Checkin object is deprecated in favor of creating an Open Graph...
View Articlespring-social-showcase-xml without Provider Sign In
Hi, I am just getting started with Spring Social. I am using the spring-social-showcase-xml from git as a guide. I need to implement the features of spring social WITHOUT ProviderSignInController. If I...
View ArticleSocialAuthenticationFilter - denied access from OAUTH provider
Hi There, Quick question, can the SocialAuthenticationFilter handle when the user clicks 'No Thanks' when asked the question on whether to provide the application permission (I think not)? Looking at...
View Articlealways-use-default-target="false" and default-target-url do not work with...
always-use-default-target and always-use-default-target="false" works fine if the user logins with username and password Both attributes seems to be ignored when using spring-social When the user...
View Articlespring-social-twitter 1.0.3 - pagination doesn't work in users search
Hi, When searching for users in twitter (userOperations().searchForUsers(String query, int page, int pageSize) ), the paging doesn't work, i.e. the same results set is always returned regardless of the...
View Article