Skip to main content

All Questions

1 vote
1 answer
520 views

Spring Social Facebook: Is there a way to get phone number?

Is there a way to get phone number? I am using SpringSocial and Facebook.fetchObjects doesn't seem to have an option String accessToken = "trhhh"; Facebook facebook = new FacebookTemplate(...
JDev's user avatar
  • 1,792
3 votes
1 answer
602 views

How to handle ExpiredAuthorizationException (The authorization has expired) in spring-social-facebook

I'm using spring-social-facebook and sometimes, after some time the authentication seems to expire and I get this exception: org.springframework.social.ExpiredAuthorizationException: The ...
troig's user avatar
  • 7,172
1 vote
1 answer
1k views

Spring social facebook login - sorry, something went wrong

I'm trying to implement facebook login in my spring webapp using org.springframework.boot:spring-boot-starter-social-facebook, However everytime I follow the login flow I get this page at facebook ...
Ben's user avatar
  • 4,229
0 votes
0 answers
80 views

Post on Facebook brand page with Spring Social

My module is going to be a RESTful web-service which will have end-points to perform various operations on Facebook brand page (such as post or retrieve comments and likes). This is why there will be ...
Swati's user avatar
  • 27
0 votes
0 answers
29 views

Spring Social Facebook: Get Facebook Post Image [duplicate]

Currently, I'm using posts.get(i).getPicture() but this returns an image as a url which is very small in size. How do I get this in a bigger size? The same question has been asked here but no solution ...
Gokul1794's user avatar
  • 137
0 votes
1 answer
100 views

InvalidAuthorizationException session expiration handling

Getting the following exception on my Facebook based web application which uses spring social and spring security: 24-Mar-2016 00:56:38.371 SEVERE [http-nio-8443-exec-5] org.apache.catalina.core....
maximus's user avatar
  • 4,262
0 votes
1 answer
1k views

Spring Social fails to connect with facebook

I am using quite basic setting to connect facebook using spring boot and spring social, but I am getting a warning in the log and no other details: 2015-11-01 09:26:34.574 WARN 69742 --- [nio-8181-...
Manish Kumar's user avatar
  • 7,011
3 votes
1 answer
2k views

How to logout from Facebook using Spring Social

I am having trouble trying to implement a logout button using the Facebook API in Spring Social. To logout, do I have to call a URL like I did in the login button below? I was able to implement the ...
Renato Borges's user avatar
0 votes
1 answer
804 views

How to configure Spring Social without Sign In Service on Page

I would like to configure Spring Social, but the examples provide some stuff I actually don't need. Looking at this example there's a UserIdSource, UserConnectionRepository, ConnectController, ...
dtrunk's user avatar
  • 4,765
1 vote
1 answer
1k views

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 ...
giannisapi's user avatar
  • 2,721
2 votes
0 answers
862 views

Iterating over PagedList result retrieved from the Facebook Graph API

Trying to retrieve all marketing accounts of a Facebook business account using the spring social framework for Facebook . I want to know if there is any better way to it other than what i did below ? ...
Yasser Rabi's user avatar
0 votes
0 answers
45 views

Adding status to a facebook page

I am trying to post a message to the user’s Facebook wall using Spring-social-facebook api. Below is my code. I think it's not my code error and some of the jars I needed to include may not be there. ...
sooraj g's user avatar
  • 143
0 votes
4 answers
622 views

facebook graph api photo post suddenly started giving permission error

I am posting photo on facebook page using facebook graph api 2.2. I am using spring social for the same. The application was working properly out of a sudden the photo posts started giving error few ...
Vikrant Mahajan's user avatar
1 vote
1 answer
2k views

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 ...
rayman's user avatar
  • 21.4k
5 votes
1 answer
1k views

How to integrate facebook login with Struts2?

I know there are two methods to integrate facebook login with a Java application: 1) Using Facebook code (JavaScript) I could use the Facebook provided code blew to allow users to login but the ...
Jack's user avatar
  • 6,540

15 30 50 per page