Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass: Removed service "fos_facebook.security.authentication.entry_point.main"; reason: unused
When I open /user/auth-facebook/identify got an error "The Facebook user could not be retrieved from the session.". But I should be redirected to login url.
Looks like Entry Point does not work well.
When I open /user/auth-facebook/identify got an error "The Facebook user could not be retrieved from the session.". But I should be redirected to login url.