-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proble with org.grails.plugins:spring-security-facebook:0.17 #97
Comments
confirm - same problem |
Yes, it is same problem... |
Hi, please upgrade to version 0.19 - author of this plugin already fix it there :-) |
Hi, doesn't work because facebook 0.19 only works with Grails 3.x and Spring-Security-Core plugin 3.x. Mi application work with Grails 2.4.4 and Spring Security Source 2.0 :( |
@kikeseiya hmm, maybe there is need to create fork ? |
I modified the code with the new facebook format and it works. |
`FacebookAccessToken requestAccessToken(String authUrl) {
|
I have an application with:
Grails 2.4.4
org.grails.plugins:spring-security-facebook:0.17
org.grails.plugins:spring-security-core:2.0.0
The application ran without problems, but these days I get this error:
ERROR facebook.FacebookAuthUtils - No access_token in response:
ERROR facebook.FacebookAuthUtils - No expires in response:
ERROR facebook.FacebookAuthUtils - Can't read data from Facebook
Message: Server returned HTTP response code: 400 for URL: https://graph.facebook.com/me?access_token=null
Any ideas please....
thank you
Enrique
The text was updated successfully, but these errors were encountered: