You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The connection has no timeout so the request thread can block forever (I've experienced this with other api's, not with Facebook itself, but it can happen).
The text was updated successfully, but these errors were encountered:
In
FacebookAuthUtils.groovy
(https://github.com/splix/grails-spring-security-facebook/blob/master/src/groovy/com/the6hours/grails/springsecurity/facebook/FacebookAuthUtils.groovy#L98 and https://github.com/splix/grails-spring-security-facebook/blob/master/src/groovy/com/the6hours/grails/springsecurity/facebook/FacebookAuthUtils.groovy#L136) requests are made to Facebook API.The connection has no timeout so the request thread can block forever (I've experienced this with other api's, not with Facebook itself, but it can happen).
The text was updated successfully, but these errors were encountered: