Twitter cards API Support
Hi, Is twitter cards API supported by Spring-social-twitter?. If yes references to documents would help? If not can someone give pointers on how to extend Spring-social-twitter to access twitter card...
View ArticleSocial without any authentication or authorization (one time auth)
Hi, I have a requirement whereby I need to implement connection with Fb/Tw etc using a one time authorization. I need to setup some widgets within a website which would always display feeds for a...
View ArticleHow to get the facebook access token using spring social.
Hi, I am trying to use spring social's facebook api. I want to authenticate multiple users within application. Once user is authenticated I want to retrieve facebook access token. I want use the FB...
View ArticleGetting error while facebook.fetchObject function.
Hi I am using following spring social 1.1 function of facebook facebook.fetchObject("482847971787545/feed", Post.class); where "482847971787545" is my page id and i am getting following error...
View ArticleLinkedIn, OAuth2, and the 'state' parameter
Just a heads up to any of you using Spring Social with an OAuth2 provider such as Facebook, Google, or (as of now) LinkedIn... LinkedIn now supports OAuth 2 in addition to OAuth 1. So, I upgraded...
View ArticleSpring Social Facebook post photo failed with 400 error
I used latest spring social showcase, with spring framework 3.2.1 + spring security 3.1.3 + Spring social 1.1.0. Showcase works fine as I can post the status with just text, and also works with post...
View ArticleOverwriting default connect/Connected view for the provider
I'm learning spring social and kind of new to this framework. Can you please provide your expert advise for my problem below. After the user authentication in my project, I would like the authenicated...
View ArticleSupport for Twitter Streaming API
Hi, Do you have support for Twitter streaming API and perhaps a working example? thanks
View ArticleSocial support for LinkedIn
Hi, I have been trying to connect to LinkedIn with the build snapshot version with spring core 1.0.2. However, when the execution kicks in, it fails at the setUseParametersForClientAuthentication...
View ArticleSonatype Repo for Spring Social
Hi, Is there a proper sonatype repo for spring dependencies? I couldnt google and find one yet. thanks!
View ArticleSpring MVC + Spring Security + Spring Social
Hi all! I need your help. I started to develop Social project, but i don't know how to integrate Spring Social to it. I have a good Spring MVC config with Spring Security. But how can i add Spring...
View Article400 Bad Request error in post message to LinkedIn
Hi, I am getting 400 Bad Request response from LinkedIn on posting new share message. I am using SNAPSHOT builds for LinkedIn. This worked flawlessly earlier, but with recent Snapshot builds this seems...
View ArticleHow to get private posts
Hello, We have an API installed at clients that gives us permission to read the private messages, i.e. conversations. I can use the API restfb to get these but I was wondering if it is possible in any...
View ArticlePost a checkin with a link
Hi everybody, I want to post a checkin on facebook with a link instead of the map. I use for checkin that : Code: String checkinId = placesOperations.checkin(placeId, 74.847096470314, 25.24894733453,...
View ArticleLinkedIn JS API token exchange to REST token using Spring Social for Linkedin
I'm trying to do the following: Let the user authenticate and authorize through Linkedin using Linkedin JSAPI, then take the authentication details and send them to my server to get the user profile...
View ArticleIs it possible to use one FB API key for both FB apps - canvas/fb login ?
Hi all. does someone has that experience with Spring Social? I have app working in 'canvas mode', so I have some URLs are configured that way in FB app. Now I want to add 'FB login' functionality. As I...
View ArticleLinkedInAdapter and fetchUserProfile
Hi Everyone, I have been working to integrate Spring Social into my application and I have been using the code examples from this article: http://harmonicdevelopment.tumblr.co...mvc-and-spring I have...
View ArticleDynamic call backurl
I'm using spring social in my application to login with facebook/twitter/google. It is working fine. However there are cases where i need to redirect the user to a different url after login...
View ArticleUpgrade to Jackson 2 complete
I have just pushed the changes (and they are built into the latest 1.1.0.BUILD-SNAPSHOT builds) for Spring Social to depend on Jackson 2. (https://jira.springsource.org/browse/SOCIAL-362) Note that...
View ArticlePost on Wall java spring social facebook page. programmed
Hello everyone. I explain my problem. I have a website. I created an app on fb and a page linked to that app. What I do is program each day are posted on the wall of the page some random items. On...
View Article