Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The Spring Framework is an open source framework for application development on the Java platform. At it's core is rich support for component based architectures, and it currently has over a dozen highly integrated modules.

learn more… | top users | synonyms (1) | spring jobs

0
votes
0answers
14 views

Spring android Facebook issue

I am using this project as reference in my project. I noticed that on devices with platform version 4.1 and above if you specify the targetSDKversion in AndroidManifest.xml file in the above project, ...
-2
votes
0answers
11 views

Use Spring Social Facebook API to share videos

I am trying to share my own videos (not YouTube) with the Spring Social Facebook API. Unfortunately, I can neither find a way to do it with the API nor do I find any helpful documentation on the ...
0
votes
1answer
38 views

Facebook access_token retrieving

Good day. I`m trying to integrate with facebook. So i need users to login with facebook to my site and then i need to get their information such as friend list etc. I do the follows: ...
1
vote
0answers
59 views

Looking for the right way: Spring Social + Spring RESTful API + Spring WebApp + Mobile Clients

I have a RESTful API built with Spring 3.1, using Spring Security as well. I have a web application, also a Spring 3.1 MVC application. I am planning to have mobile clients accessing my REST API. So ...
0
votes
1answer
145 views

How to single sign on into gmail, yahoo mail & facebook from Spring based Web application with ldap as Authentication provider

We have a Spring MVC & JSF based web application which uses Spring security to do user Authentication using LDAP provider & after successful authentication user profile is fetched from oracle ...
0
votes
0answers
66 views

Open Graph Publish Using Spring Social

I am trying to use Open Graph API of Facebook using Spring Soical in my project and trying to publish action on facebook using function: facebook.openGraphOperations().publishAction("og.likes", ...
3
votes
2answers
53 views

integration application with facebook

Is is possible use Spring Social to authentication via Facebook ? Suppose I have a web application and want to log in there using your Facebook account. Can someone show me an example of how to do it ...
4
votes
1answer
162 views

Spring Social facebook + Spring Security

I want to integrate Spring Social facebook into my application with Spring Security (I use xml configurations). All I need is just connect facebook account with my app's account. In simple example I ...
1
vote
2answers
84 views

Login using DB and Social website

I have a carpool website where users can log in through my DB and everything is working fine. Once logged in, users can post advertisements for carpooling. Now my need is for users to log in through ...
0
votes
1answer
131 views

spring social facebook renew expired token [closed]

I'm using Spring Social and Java. When a user's facebook access_token expires is there something I can do programmatically to renew the access_token without requiring the user to log into my web ...
0
votes
0answers
101 views

spring security and facebook authentication not working

I want to use facebook login + DB authentication in my application which uses Spring Security. So I have added one fb button in index.jsp page which sends request like, function testAPI() { ...
1
vote
1answer
671 views

Spring Social: Superclass has no null constructors but no arguments were given

Im using Spring Social in my application: <spring.framework.version>3.2.0.RELEASE</spring.framework.version> <hibernate.version>4.1.9.Final</hibernate.version> ...
1
vote
2answers
286 views

Facebook login with spring-security

I am trying to add facebook login to my Spring project. I am able to add the user to the database but I still need to authenticate him with my Spring security. Does anybody know how to do this or do ...
0
votes
0answers
38 views

Problems with accented characters when posting an image

I'm having a problem with Spring Social's Facebook integration while posting a photo with a caption: accented characters are being messed up. If I post anything else, the accents work okay, the ...
0
votes
1answer
574 views

How to use Facebook appAccessToken with Spring Social

I'm a bit confused as to how to use Facebook's app access token with Spring Social. I already have an app access token by making a GET request to: ...
0
votes
0answers
67 views

Spring backend - Mobile app - Facebook auth

this is my case: I am developing a mobile application that will authenticate with Facebook. The client gets a Facebook auth token that will be included in every request to my Spring backend. I have ...
0
votes
1answer
149 views

How to send an app invitation with Spring Social 1.1.0

I am working on a facebook game and I want a player to send an invitation to his/her friend. I tried facebook.feedOperations.postLink(...) but I get ...
1
vote
1answer
198 views

Spring Facebook Template

I am trying to develop an Android application. It requires Facebook auth to be used. I am using Spring as a backend. There is this nice Spring extension called Spring Social but I am having trouble to ...
0
votes
0answers
58 views

How to remember source page while connecting with Spring Social?

I'm successfully using Spring Social to connect to Facebook and Twitter. Currently, if a user clicks on "Connect to Facebook" or "Connect to Twitter", she's taken to the FB or Twitter auth page, ...
0
votes
1answer
108 views

How to configure spring-social-facebook for a facebook canvas application

Looking at Keith Donald's (enter link description here) and Roger Hughes's spring tutorial (enter link description here), the flow is as follows; IF user is signed in to to application THEN IF ...
0
votes
1answer
304 views

Spring social ConnectController /connect/facebook gives a 404 error

I am trying to get the facebook login working with spring social. I have created an app on facebook. Dispatcher Servlet <servlet-mapping> <servlet-name>ABC</servlet-name> ...
0
votes
2answers
194 views

Spring Social 500 exception

I am using Spring Social to integrate my app with Facebook. I checked out their quickstart project from github. I changed the properties file to have my own app's id. After running the project I see ...
0
votes
0answers
240 views

Spring Android WebView NullPointerException

I have an Android application and I want to implement a Facebook login with the spring-android module. For that, I used the spring-android-facebook-client from the samples, which is running perfect. ...
0
votes
2answers
1k views

How to send apprequest by Spring Social Facebook

I have been digging Spring Social (1.0.2.RELEASE) for Facebook. I couldn't find out how to send apprequest via spring social. I already have an application on facebook with keys and stuff. I can fetch ...
-2
votes
1answer
115 views

Login to a Spring-powered website using one's Facebook account [closed]

I would like for users of my website to be able to login to my website using their Facebook account. My website is going to be powered by the Spring framework. Can Spring Social help me or do I need ...
1
vote
1answer
74 views

Facebook login and fetching profile info

I am doing a project on JSF2.0 and Spring 3.0.2. Now my requirement is to login with facebook and fetching profile information. Can anyone give me some link or advice so that I can proceed. Thanks ...
1
vote
2answers
545 views

Spring Social - 404 error for facebook login

I have spring 3.1 with spring security login in my app. I am trying to add facebook login using spring social to it. It goes to the facebook login page but post log in it throws a 404 error. I have ...
0
votes
1answer
316 views

Spring Social for Facebook - get user location

I am using spring social Facebook to connect to facebook. The connection works well. I am trying to get the user's location with the following code: FacebookProfile profile = ...
0
votes
1answer
248 views

grails+spring-security-facebook listen to login success event

im a newbie both in spring security and spring-security-facebook and in an app that we are building we have to couple them.Everything is working well i will need to know the way to listen to the ...
1
vote
1answer
777 views

Android facebook signin for Spring Social webapp

I'm currently developing a web application with Spring Social and Spring Security. In the web application, specific users can signin on Facebook with ProviderSignInController. When staff members ...
1
vote
1answer
1k views

Login with facebook in Spring MVC application?

I want to integrate facebook login into my web application developed using Spring MVC. What are the ways to do it? Can I simply add the javascript and iframe of login button on my website? Does ...
1
vote
1answer
887 views

Permission Dialog button label is “Go to app” instead of “Login with Facebook”

I have a page with a "Login with Facebook" button. (We use Java+Spring Social). If user clicks on this button it submits the form for: /social/signin/facebook The Permission Dialog opens, but the ...
0
votes
2answers
696 views

Schedule post on facebook's wall using spring social

I would schedule a task to post on facebook's wall using spring social. How can I do this?
1
vote
1answer
173 views

I would retrieve friendMemberList by using friend operation but i had always a last member of list?

@RequestMapping(value="/facebook/friendlist", method=RequestMethod.GET) public String showFeed(Model model) { List<Reference> friendLists = facebook.friendOperations().getFriendLists(); ...
0
votes
2answers
521 views

Facebook like notification or ajax calling?

I have a google map, when a new coordinates inserted into database I want to change location of icon on map. Without ajax calling how can I implement this? I am using Spring, Hibernate and SQL Server ...
0
votes
1answer
394 views

Spring + Spring security + Jquery: Facebook like button (like)

I need to create something similar to the facebook-like button with Spring 3 + Jquery. When the user click on 'mylike' based on some conditions returned from server the button change is status. This ...
0
votes
1answer
348 views

User profile login solution for Java/Spring app

I'm developing a web application in Java, using Spring Framework. I'm adding personalization to my site, and I'd like to provide my users the best experience. Features I'm looking for: Support for ...
3
votes
2answers
2k views

Spring Social Facebook - publish/post API details

I have been looking into Spring Social Facebook's publish(objectId, connectionName, data) API, but am not sure of the usage of this API (sadly, due to lack of javadocs!). Can someone point me to a ...
0
votes
1answer
1k views

Spring Security Chain and Facebook using Spring Social

I have to do an facebook login for a big web project and I am stuck. We are using the Eclipse IDE with Java 1.6 and Spring. Further we use Spring-Security for verification. I have found Spring Social ...
2
votes
3answers
804 views

Send Facebook Message using Spring Social

Is it possible to send Facebook Messages (NOT on their wall, but a "Message") to friends using Spring Social? If yes, which API do I use? If there is no such support in Spring Social, what's the ...
0
votes
1answer
235 views

Hibernate High Concurrency and User defined @Id ’s

firstly please excuse my relative inexperience with Hibernate I’ve only really been using it in fairly standard cases, and certainly never in a scenario where I had to manage the primary key’s (@Id) ...
4
votes
1answer
673 views

What is the UsersConnectionRepository for in Spring Social Facebook?

I'm following the directions here and elsewhere: https://github.com/SpringSource/spring-social/wiki/Quick-Start Why do we need to specify a dataSource and UsersConnectionRepository to use Spring ...
3
votes
3answers
2k views

How to provide facebook, twitter, linkedin and live login using SpringSecurity?

My question is related to following Stackoverflow questions already present here... I am asking this question just to be more specific and get the latest suggestions, excuse me if you find it a ...
1
vote
1answer
610 views

Best client/server architecture to develop Facebook application?

I want to develop a Facebook application with Flex 4 technology for client side and Java (Spring based) for server side. My questions are : The best architecture to interact with Facebook plateform ...
7
votes
2answers
6k views

Spring Security & Facebook OAuth 2.0 Integration with Graph API

Please, at least pseudo (but from working environment not "maybe this should work") application context and controller/filter that will authenticate and/or auto-register Facebook users. This link: ...
1
vote
0answers
535 views

Facebook 'secret' value, or Authenticating an app after facebook login / registration

I have an existing Spring application which I wish to also allow users to register / sign in through facebook. The facebook sign-in is working fine, and is currently executed from the client using ...
1
vote
2answers
820 views

Is there a standard Facebook Java Api?

Is there a standard implementation in Java for the Facebook Api? From what I read the http://code.google.com/p/facebook-java-api/ doesn't work.
8
votes
2answers
19k views

How do I get a HttpServletRequest in my spring beans?

I'm developing an app with a Flex-based front end and a Spring/Hibernate back-end. To get Facebook integration working in the way I've got it currently, I need to read the cookies set in javascript ...