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
1
vote
0 answers

I am unable to publish post on user facebook wall using Spring Social

I am successfully logged with my app using Spring Social Facebook. But i am unable to post on user Facebook wall. I got below error POST request for "https://graph.facebook.com/197550980606288/feed" resulted in 403 (Forbidden); invoking error…
Sateesh
  • 31
  • 3
1
vote
1 answer

Multiple Facebook Apps backed by same Spring Boot application

So I was following the below (classic) tutorial for spring boot with facebook: https://spring.io/guides/tutorials/spring-boot-oauth2/ Everything is working fine, however I can't find documentation to help me implement my specific use case. So here…
1
vote
0 answers

All user SocialAuth detail fields from Facebook are null

I am not getting any data except fullname and profile-imageurl. I am trying to get details from my Facebook account. And I make email, date-of-birth public. Even, I am not getting any details. In propeties file: facebook …
1
vote
2 answers

Spring social Facebook oauth - getting not all data with api v2.5

I am trying to implement facebook oauth using Spring Social, as a part of it I call the following…
lopushen
  • 1,117
  • 2
  • 11
  • 32
1
vote
1 answer

Grails facebook spring security returning null

I am using ":spring-security-facebook:0.17" integrated with ":spring-security-core:2.0-RC5". I have implemented facebookAuthService.groovy for customization. But the token is not authenticated and the fbProfile is returning null except id and…
1
vote
0 answers

Ionic Framework (angularjs) cannot POST to spring-social-facebook

I am using Ionic Framework to implement a social app for the Front-End (hybrid Android and iOS). For the back-end I am using spring boot with hibernate. I am trying to pull content from Facebook by using spring-social-facebook; however, I am…
1
vote
3 answers

spring boot social cannot connect to facebook via localhost

I'm trying to use spring-boot-starter-social-facebook to connect to facebook and print my profile name, but i dont understand why it failed. FacebookController.java /connect/facebookConnect.html then on developer.facebook.com, i configured my app…
tuty_fruity
  • 523
  • 1
  • 5
  • 18
1
vote
0 answers

Spring Social facebook connection is persisted across sessions

I've successfully integrated Spring Social, but I am getting back the same facebook template across sessions. Consider the following time line Server restart User A logs in using facebook User A goes to another page on the site User B logs in using…
kranthi117
  • 628
  • 1
  • 8
  • 21
1
vote
1 answer

Post to facebook wall through spring social InsufficientPermissionException

I am trying to make a very simple app with spring social, the app is not for public. What I am trying to achieve is to post to my wall or to the page that I administer. Trying to ask facebook for access to manage_pages permission they denied because…
giannisapi
  • 2,641
  • 3
  • 24
  • 31
1
vote
1 answer

Get facebook user cover photo via spring-social-facebook

Is there any way to get the user cover photo via spring-social-facebook? Something similar to this (used to retrieve the profile picture); Via AbstractConnection, method getProfileUrl() Via UserOperations, method getUserProfileImage() Thanks for…
troig
  • 7,072
  • 4
  • 37
  • 63
1
vote
0 answers

Spring Social Facebook | Getting redirected to Signin Page after Authentication

Folks, First time I'm working with Facebook Social Integration. I was taking relevant code files from Spring.io samples and using it to build a minimalist 'Authenticate Using Facebook' application. I am able to have the FB page open when I click on…
va1b4av
  • 431
  • 9
  • 26
1
vote
0 answers

fabicon.ico Or unwanted strings like "6_S3" get appended after the callback url for facebook.twitter login

I have integrated spring social with my application for login with Facebook and Twitter. Sometime it is working fine and some time it is appending fabicon.ico or some unwanted string like 6_S3. Can anyone suggest what I am doing wrong? Consider my…
1
vote
1 answer

share with facebook using Spring-Social and Spring Security

I have integrated social sign-in button [Facebook] with my web application. Its working fine using spring-social and spring security. In my login.jsp I have:
1
vote
0 answers

What does Spring Social do when Facebook gives us a new Access Token for a user already connected

When Facebook gives a user a newer updated token and we already have a userconnection record for that user, does a new userconnection record get created or does the userconnection record for that user just get updated with the new token? Basically,…
bytor99999
  • 726
  • 7
  • 26
1
vote
1 answer

Get access token using spring social facebook api

I need to get the access token from Spring Social API in order to do operations Which the API doesn't provide. for example push message to the client notification icon. I followed spring social facebook via Spring offical doc:…
rayman
  • 20,786
  • 45
  • 148
  • 246