Questions tagged [spring-social-facebook]

Spring Social Facebook is a module within the Spring Social family of projects that enables you to connect your Spring application with the Facebook Graph API.

Spring Social Facebook is a module within the Spring Social family of projects that enables you to connect your Spring application with the Facebook Graph API.

Features:

  • A service provider and connection factory for use with Spring Social's connection framework
  • A Java API binding for Facebook's Graph API
  • A real-time update controller for handling real-time update callbacks from Facebook
  • A disconnect controller to handle disconnect callbacks from Facebook
  • Much more...

More Information:

Getting Started Guides:

Related Tags:

199 questions
2
votes
1 answer

When asking facebook access token in exchange for authorization code,facebook is not responding in spring social?

After the user's authorization, i'm redirected back to my application with authorization code, but when i asked for access grant in exchange of authorization code i'm getting connection timeout error. Facebook is not responding AccessGrant…
rrk
  • 21
  • 2
2
votes
1 answer

No username returned in facebook profile

I just re-registered our facebook app on developers.facebook.com, got the app id and secret. So far so good. Now when I get the user profile with the new appId and appSecret, the username field is null, where as other fields like lastName etc. are…
James
  • 11,654
  • 6
  • 52
  • 81
2
votes
1 answer

How to perform facebook batch request processing in Spring Social

I was using RestFB for adding facebook features to my spring application before. And now I begin to use Spring Social as it seems to be very easy for developement. Currently I was developing the backend application for a facebook game in spring…
2
votes
1 answer

Fetching data from facebook by Spring social

i am using Spring social for fetching the data from facebook but encountering a weird error org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'homeController': Injection of autowired dependencies failed;…
underdog
  • 4,447
  • 9
  • 44
  • 89
2
votes
1 answer

Spring social login and redirect and return value

I am testing Spring Social Showcase and I wrote a similar application. While the Spring Social Showcase is a simple HTML application written using Spring MVC, my app is using angularjs and AJAX. There is a problem with redirection after access token…
Łukasz Woźniczka
  • 1,625
  • 3
  • 28
  • 51
2
votes
1 answer

how to programmatically post on facebook page with spring social?

I'm desperately trying to make automatic posts on a facebook page (brand page, and not a user wall). I'm using spring social as framework. The idea is the following: I've a web app using spring social and I want to be able to post status…
awesome
  • 317
  • 1
  • 7
  • 19
2
votes
2 answers

Facebook Open Graph Using Spring Social

I am trying to create a web application for facebook and I want to have the possibility to publish different actions. To create the app I'm using Spring Social Facebook API binding which has a method of OpenGraphOperation interface that should…
1
vote
1 answer

Spring Social Login with Broadleaf

I am looking to provide the Facebook and Gmail login on Broadleaf application for which i am referring the below mentioned link https://www.broadleafcommerce.com/blog/why-your-ecommerce-site-should-integrate-with-spring-social however the link is…
1
vote
0 answers

Spring social: authentication with Facebook on machines with a load balancer

My site uses spring social (1.1.6.RELEASE) and spring social facebook (2.0.3.REALEASE) to let users to sign in with their Facebook accounts. Recently, Facebook requires all websites to use HTTPS based URIs for "Valid OAuth Redirect URIs". Here is…
curious1
  • 14,155
  • 37
  • 130
  • 231
1
vote
1 answer

Spring Boot 2 - Where is FacebookAutoConfiguration

I am trying to build facebook application with spring boot 2 and spring social. As I understand Spring Boot v2 pushed away bunch of things. Where can I find FacebookAutoConfiguration class? Do I have to create it by myself now?
user43103
  • 41
  • 1
  • 6
1
vote
1 answer

Spring social Facebook doesn't work in version 2.0.2

Hello everyone when I upgrade my application to spring version 2.0.2 I get this exception: Description: Field connectionFactoryLocator in com.ssp.api.v1.security.SecurityConfiguration required a bean of type…
1
vote
0 answers

Spring Social Security error

I'm using Spring Social Security in XML notation to authenticate users into my website with Google and Facebook. Everything works fine but after a couple of hours it stops working and users can't authenticate using the social login. I don't know why…
1
vote
1 answer

Fetch new posts from facebook using Graph API

I am using Graph API to authorize a user with my app to fetch posts from their timeline and from their liked pages. I'm able to fetch all posts and save them. But, when I fetch again after a period of time it includes both the new posts and old ones…
Abhishek Ramachandran
  • 1,160
  • 1
  • 13
  • 34
1
vote
0 answers

Update facebook users profile informations via Graph API

I've created test users in my fb app and I need to personilize their profiles adding work positions, city, phone number, addresses and other informations. Is it possible to do that programmatically? Cause I've tested some Java API (Spring Social…
1
vote
0 answers

Can't login with another facebook (or google) user in spring social

I'm implementing spring-social-facebook and spring-social-google. So far I've managed to login and logout user, persist it with my DB etc. So everything is working as expected. But when I'm login out and then trying to login with a different…