Apache Shiro Authentication with Facebook OAuth - Stack Overflow

You should extend your FacebookRealm with the following method: @Override public boolean supports(AuthenticationToken token) { return ...

Lee mas