FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
322 stars 140 forks source link

Can't get route for /login ??? #253

Open tenerb opened 11 years ago

tenerb commented 11 years ago

I configured FOSFacebookBundle just as shown in "Basic Usage", to section "Add this configuration if you want to use the security component".

When I try to access a secured page I'm redirected to Facebook login page, that's OK. But when I login and Facebook redirects me to my site, I get an 404 error: "No route found for "GET /login".

At section 4 of "Basic Usage", it saids that only two routes must be added: "login_check" and "logout"... Am I missing something?

Thanks.