spring-social-facebook Questions
4
I am developing Spring Boot + Facebook Integration example. In this example, I've created an at app https://developers.facebook.com/. The screen shot of the created app shown below.
Also when I wa...
Selfassertion asked 12/6, 2017 at 17:22
2
I am having a website (Angular App) which I can reach on https://localhost:4200 and a server (pure REST API) that is on https://localhost:8443.
Since the REST endpoints are secured, a user must l...
Scarecrow asked 7/5, 2018 at 21:5
4
Hello guys I keep getting this error even though I have followed spring tutorial from their website. I have been trying to figure it out why I'm getting this error. I am able to connect to facebook...
Iterate asked 25/4, 2015 at 21:17
7
Solved
Earlier today, the Facebook login flow of our web application stopped working for some users. When we try to fetch the current profile, an error is returned. It claims that the access token we just...
Juliusjullundur asked 1/5, 2018 at 22:1
4
Solved
I use spring-social-facebook to interact with Graph API (1.0.3.RELEASE if it's metter). And I can't find any operation to retrieve profile's image url. I found only operations which return array of...
Uprush asked 11/2, 2014 at 15:55
9
Solved
I used version 2.0.3.RELEASE of spring-social-facebook and Facebook app api v2.8.
I called Facebook login but returned this message.
"(#12) bio field is deprecated for versions v2.8 and higher"
How...
Antionetteantioxidant asked 6/10, 2016 at 8:14
3
Solved
I am trying to use Spring Social on my application and I noticed while debugging that the original 'OAuth2' state parameter is always null on my app.
See Spring Social source code for org.springfr...
Evetteevey asked 13/9, 2016 at 11:42
0
I am developing spring-social-login using Spring Boot. In this example, I have created App on the https://developers.facebook.com. When I am trying to login using the Facebook into my application, ...
Napolitano asked 10/6, 2017 at 20:23
1
Solved
I am a beginner with the Spring Framework and wanted to try out Spring Social to make a simple web application which retrieves data from Facebook. For this I followed Spring Socials official "Getti...
Mouflon asked 10/2, 2017 at 21:5
3
Solved
Please can somebody share links of working example of Spring Social Facebook login except the sample applications on git hub that are provided by Spring Social people themselves.
Especially ...
Damselfly asked 25/7, 2015 at 16:3
2
Solved
I'm trying to use Facebook sign in as described in
https://github.com/spring-guides/gs-accessing-facebook
When I'm trying to create JdbcUsersConnectionRepository, I need spring security in class ...
Mauchi asked 29/12, 2015 at 13:37
1
I would like to use Facebook Tokens for authenticating my REST backend using Spring Security. Could you please elaborate how I can integrate this security to my Spring Application.
I would like to...
Rune asked 10/3, 2016 at 8:58
1
Solved
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 documentatio...
Ammon asked 14/2, 2016 at 20:15
2
Solved
I have followed the steps given in the below site to create a simple spring boot application that access the facebook data using maven and spring boot.
http://spring.io/guides/gs/accessing-faceboo...
Albigenses asked 10/3, 2015 at 14:13
4
Solved
I have a problem using Spring Social, when I tried to login to Facebook, I get the following error:
org.springframework.social.facebook.api.User["video_upload_limits"]->org.springframework.soci...
Berger asked 7/12, 2015 at 2:16
1
Here's what I currently have:
Spring REST service where many of the APIs require the user to be authenticated
A 'registration' API (/api/v1/register)
A 'login' API that takes username/password (...
Workwoman asked 18/4, 2015 at 2:3
3
It might be just angularjs issue! I am very new to the frontend and angularjs.
I have an angularjs sign in service which calls the url '/signin/facebook/' to sign in, it seems the backend is redi...
Onionskin asked 8/10, 2014 at 23:6
2
I am using Spring Social Facebook within a Spring MVC project to support Facebook login. This is working well in almost all cases, but occasionally I see the following exception in the logs.
ERROR...
Joceline asked 29/5, 2015 at 10:3
2
I use Spring MVC and Spring Security for my project.. This using my own user data for authentication. But now i trying to integrate with Facebook. i have created app on Facebook means i got Client ...
Cereal asked 3/5, 2014 at 4:10
0
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...
Jermainejerman asked 1/2, 2015 at 10:45
1
Solved
I'm trying to search by e-mail using the Facebook Graph API but I always got the error result:
request: .../[email protected]&type=user
result:
{
"error": {
"message": "(#200) Must hav...
Dedededen asked 15/1, 2015 at 15:20
1
I am using Spring Social FqlQuery to get data's from facebook. Here is the JSON response I am getting from facebook. My controller where i am getting Json output is here,
fql = "SELECT work FROM u...
Sulphuric asked 28/10, 2013 at 8:12
1
© 2022 - 2024 — McMap. All rights reserved.