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.
Based on the Model-View-Controller (MVC) pattern, Spring MVC helps you build web-based applications that are flexible and decoupled from the underlying view technologies.
1
vote
0answers
40 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
0answers
35 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", ...
0
votes
0answers
57 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
103 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
284 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
906 views
How to connect Facebook, Twitter & Google accounts in Java (Spring MVC)
I'm going through the features of social auth (http://code.google.com/p/socialauth/) & wondering if this is the best thing for my requirement. Please guide.
My web application currently has it's ...
1
vote
2answers
497 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
629 views
How to dynamically add HTML <meta> tags to the html <HEAD> element using Apache Tiles
I'm working on a website that displays a list of products and each of them displays a facebook like button. During testing I noticed that every time I hit the like button my facebook wall was not ...
0
votes
1answer
118 views
facebook API authentication query parameter special character issue
I'm calling facebook authentication API
https://www.facebook.com/dialog/oauth?client_id=3768637750&redirect_uri=http://localhost:8080/login.html?loginType=facebook
I get back following response.
...
0
votes
1answer
119 views
get Wall Facebook messages without Authentication
Do you know if there is any way to publish on my web app the facebook messages published by the users on my facebook wall application?
I'm using spring social and I tried to use the code you can see ...
0
votes
0answers
106 views
Session not working in FaceBook in the deployment environment
I am using a facebook api, to send an invitation from my application.In that invitation i am including a link.While the invitation reaches the user,he/she will be able to click on it, and it redirects ...
0
votes
1answer
261 views
Java spring controller to receive facebook deauthorize callback
I want to write a java (spring controller) where i can receive callback url sent by facebook whenever a user de-authorizes my app.
I have specified the correct URL in my app and have read the ...
1
vote
1answer
930 views
Get user login status on Facebook by real time
This question is related to another question of mine: How to know if a user log out of Facebook, FB.Event.Subscribe not work
In that question, I tried to get a call back event when the users log out ...
1
vote
2answers
772 views
How to know if a user log out of Facebook, FB.Event.Subscribe not work
In my application, I need to catch the event of user log out of their Facebook while using my application, to force they login again. I have look through getLoginStatus JS API and FB.Event.subscribe . ...
3
votes
2answers
2k views
Integrate Facebook Authentication into Spring Security in FacebookApp
I have a working web application that uses username/password SpringSecurity configuration. Now I want to port it into a simple Facebook application. For some reason, I want to do authentication by ...
0
votes
0answers
121 views
Pre-existing session required for handler method xxxxx
I am getting this exception when I authenticate a user on facebook and facebook redirects to callback...
Before sending the request to facebook, the session is there but on calling the callback it ...