Skip to main content

All Questions

Tagged with
1 vote
1 answer
848 views

How to exchange facebook code for an access_token

I start oAuth2 with Facebook from client side and I get code after successful user login. Now I want exchange code for an access_token like here: https://developers.facebook.com/docs/facebook-login/...
tomDev93's user avatar
0 votes
0 answers
333 views

Spring Social Facebook - No beans of 'Facebook' type found

I'm trying to integrate Facebook registration and login into my Spring Boot webbapp and as I understood well the easiest way to do so is by using spring-social-facebook. I followed this code https://...
Stefano Sambruna's user avatar
0 votes
1 answer
49 views

Facebook - How to Pragmatically post to facebook page? | Refreshing Access Token

So I have been stuck on this for a while, I'm trying to post from my web application (Spring boot) AUTOMATICALLY without any user interaction, NO POPUP LOGIN VIA FB OR AUTHORIZE FB ACTION nothing. My ...
Tomas Bisciak's user avatar
2 votes
0 answers
473 views

Cognito Userpool Facebook OAuth with Spring Security, there are any cache?

I'm using Spring Security 5 with Cognito Userpool. I implemented Facebook login via userpool using userpool OAuth2 APIs. I succeeded to login using my facebook account, but once I deleted a user from ...
koga's user avatar
  • 21
1 vote
1 answer
3k views

Authentication methods using login, password and Facebook access token using Spring Security(not OAuth)

I already implemented registration and authentication with login and password using Spring Security. I did this using this tutorial. But now I want to provide registration and authentication using ...
konstantin_doncov's user avatar
0 votes
1 answer
1k views

Application failed to start - Required a bean of type that could not be found

I just downloaded the project: https://github.com/habuma/facebook-security5 I started the project and it works properly. The main functionality of this basic project is authenticate the user with ...
davidesp's user avatar
  • 3,922
2 votes
1 answer
1k views

Java check GET request info

I'm working with Facebook messenger app (chatbot) and I want to see what GET request I'm receiving from it. I'm using Spring Framework to start http server and ngrok to make it visible for facebook. ...
Oleksandr Herasymchuk's user avatar
0 votes
0 answers
705 views

How to extend Spring Security authentication to Zuul

I have a Netflix Zuul server receiving all HTTP requests and forwarding them to my microservice. The underlying microservice authenticates users through Facebook oauth API. I receive the user data ...
user avatar
6 votes
3 answers
2k views

FB/Google client-side login(Ionic) with existing API

My stack is: Ionic 2 Java Spring JWT authentication and I want to implement a Social login button (Facebook, Google etc.) inside my app with the respective cordova plugins, that logs in the user and ...
Alex Arvanitidis's user avatar
1 vote
1 answer
1k views

Facebook Account-Kit + React.js + Spring boot

I'm starting a new project with Spring boot as backend and React.js as frontent. Right now I'm struggling with Login/Authentication issue. I would like to provide Account-Kit from facebook but have ...
zmaselke's user avatar
0 votes
0 answers
215 views

Send message to Facebook inbox with Java 7 and Spring

I need to send URL to Facebook inbox using Java or Spring without providing Facebook login screen. Is it able to do this without providing Facebook login? Can I use Spring social Facebook to do that?...
Danushka's user avatar
4 votes
0 answers
653 views

spring security oauth2 facebook giving 400 bad request for test app

I am trying spring security for oauth2, it is working for the app configured in the sample, however it is not working for my facebook app. Kindly help me understand if I am missing anything while ...
ckiddy's user avatar
  • 41
1 vote
1 answer
538 views

Spring social facebook unable to decode the information being sent from facebook access token URI

The code was working as expected around a week back and used to interpret the access tokens. Now suddenly it started throwing exception: org.springframework.social.MissingAuthorizationException: ...
kk.'s user avatar
  • 3,889
1 vote
0 answers
476 views

Spring Social Facebook - get all photos of a post

I have a this facebook post: https://www.facebook.com/HenkelDeutschland/posts/1295591900487178 Which has 3 photos added. Using the Spring Social Facebook API I am able to receive the first photo by ...
xetra11's user avatar
  • 8,567
0 votes
0 answers
59 views

spring (#12) bio field is deprecated for versions v2.8 and higher [duplicate]

I'm following the guide, https://spring.io/guides/gs/accessing-facebook/ and error is occur. org.springframework.social.UncategorizedApiException: (#12) bio field is deprecated for versions v2.8 and ...
Chanhyeong Cho's user avatar

15 30 50 per page
1
2 3 4 5
7