Quantcast
Channel: Spring Community Forums - Social
Browsing all 145 articles
Browse latest View live

Facebook explicit logout

As stated by https://developers.facebook.com/policy/ Your website must offer an explicit "Log Out" option that also logs the user out of Facebook. Should spring social facebook support this operation?

View Article


Unexpected behavior on Twitter Spring Social

Hi guys! In my office we've been using the Spring Social project in several of our projects. And we really like it. But since Twitter changed to the Twitter Rest API 1.1 (TRA) we noticed some...

View Article


Facebook access token authorization failure

I'm trying to create a simple connection to Facebook using the access token generated by Facebook's Access Token Tool, however I'm getting a MissingAuthorizationException when I attempt to create the...

View Article

Can not set scope with a request parameter using SocialAuthenticationFilter

Hi: I used to use ProviderSignInController. I moved to SocialAuthenticationFilter. I have this code. Code: <form id="fb_signin" action="<c:url value="/signin/facebook"/>" method="POST">...

View Article

Twitter Stream -- Is it Possible to Take an Action if the Stream Fails?

I'm working with the Twitter Stream API and it is working fine with my EventListener for normal processing (e.g., as I receive a tweet). I have a business reason why I'd like to be able to keep a...

View Article


Unique 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

Authorize 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 Article

correct 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 Article


Redirect 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 Article


Can 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 Article

spring 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 Article

Google+?

Is it planned to implement Google+ into Spring Social? There's currently no Maven dependency. Neither from a 3rd Party.

View Article

Getting 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 Article


Twitter 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 Article

Spring.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 Article


Problem 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 Article

Can'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 Article


Redirect 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 Article

Getting 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 Article

Injecting 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 Article
Browsing all 145 articles
Browse latest View live