Quantcast
Browsing all 145 articles
Browse latest View live

Problem with LinkedIn on 1.1.0.M3 / 1.0.0.RC2

Hi, I just upgraded stuff to 1.1.0.M3 and LinkedIn 1.0.0.RC2. I'm seeing this exception when I try to connect. Not entirely sure if this is due to my code based on previous version creating problems or...

View Article


Spring Social Google and applyAuthentication

Hi, I noticed that applyAuthentication(client) was removed in favour of getAccessToken, which doesn't actually do anything. I'm not entirely sure why I was using applyAuthentication(client) in the...

View Article


Problem deserializing Post

Hai.., When i am getting in to the facebook feed iam getting a error in "deserializePost" method of objectMapper.readValue(node, type) place objectMapper.readValue(node, type) on this error "Caused by:...

View Article

Reply comment generates JSON error on Spring Social Facebook connection

A quite new feature in Facebook is the possibility to reply on comments. This can be done on pages. As there is a function: String reply = facebook.commentOperations().addComment(commentID, content);...

View Article

Getting the request IP inside ConnectionSignUp

Hello, I'm autocreating users using ConnectionSignUp.execute(Connection<?> connection) and everything works fine, but I need to store also the ip of the request. How may I access the request from...

View Article


Setting the Username for Facebook Logins with Implicit Sign Up

For my project that requires implicit sign-up, I began by implementing login with Twitter. My implementation of the ConnectionSignUp's execute method looked like this: Code: public String...

View Article

Spring Social in the Wild?

There's a fairly lively discussion about Spring Social, both here and at StackOverflow (as well as a few other channels), so I gotta believe that some of you are doing some interesting things with...

View Article

Spring social with spring security annotation config No authentication...

Hi, I have a multi module maven project. I am using java annotation config on this application. I have integrated the spring security annotation config spring-social example into my application....

View Article


Strange behavior in SignInInterceptor

In my config class I define my Interceptor in the usual way: Code: @Bean public ProviderSignInController providerSignInController(RequestCache requestCache) {     ProviderSignInController...

View Article


Facebook send and receive requests

Hello, I am working on a application for Facebook, and I would like that the users of the app to have the possibility to send requests and than manage this requests. The app is integrated in the...

View Article

Spring Social Showcase Example

Hi , I have tried this example out and wanted to know if the processes can be customized. 1) I am running my web application on a server http://localhost/ something, but I have a static IP . So , in...

View Article

Spring social closes the DB connection using JPA, Hibernate

Hello, I'm developing a sample application that connects to facebook, scans a group feed, and save all the comments on a DB. I'm facing a very strange problem that completely blocks me: in the method...

View Article

Reconnectfilter: Authentication always null

Hi, I'm playing around with the ReconnectFilter. PHP Code:         @Bean     public UserIdSource userIdSource() {         return new UserIdSource() {                         @Override...

View Article


New Jpa Connector

Hi, Just wanted to let you know that a new version of the jpa connector is available https://github.com/mschipperheyn/spring-social-jpa I still need to update the documentation and the sample but this...

View Article

reconnectfilter and scope

So, now I have reconnectfilter basically working, I realize that I need to pass scope and store the return url. Without scope, your connect will not work. Any suggestions on how to deal with that?...

View Article


Multiple Connections to Multiple Social Networking Accounts?

Hi All, Does anyone know where the documentation for Multiple connections to Multiple Twitter/LinkedIN Accounts is stored? Or any example Sample Spring Social Apps based on it?. Or just basically any...

View Article

Canvas Sample Not Working :(

After a while I begun my facebook game again, using 1.1.0.BUILD-SNAPSHOT. When I run my previously working code it did not work :confused: then noticed the changes. To learn what are the new features I...

View Article


Spring Social LinkedIN Interactive Options with Company Updates.

Hi All, I am currently using LINKEDIN Spring Implementation to retrieves Company Page updates from LinkedIn.Basically, I have a user which is an administrator to a Company PAge and I retrieve Company...

View Article

XML Config

Hi, I only need to get some Facebook page albums. So, no need for any connection repository. Based on the spring-social-showcase-xml Example on GitHub I used the XML namespace facebook:config. Code:...

View Article

Oath2Template for implicit authorization scenario

Hello, I am connecting to a new service that doesn't have an existing spring social client project. This provider uses Oauth2 client side implicit authorization flow. I am creating the ServiceProvider...

View Article
Browsing all 145 articles
Browse latest View live