PUGX / PUGXMultiUserBundle

An extension for FOSUserBundle to handle users of different types. Compatible with Doctrine ORM.
163 stars 96 forks source link

Integration with FOSFacebookBundle #19

Closed devictr closed 11 years ago

devictr commented 11 years ago

Hi ! I recently succeeded to install FOSFacebookBundle with FOSUserbundle. But with PUGXMultiUserBundle it does not work. Did somebody already had this problem ? When I click on login with Facebook, I am redirected to /login but nothing happens. I'm relatively new to Symfony and I really don't know how to fix this !

Thank you, Victor.

leopro commented 11 years ago

Personally I never worked with FOSFacebookBundle, when I'll have some time I'll do a try.

devictr commented 11 years ago

It finally worked ! I made some mistake installing FOSFacebookBundle. I thought the error was that the bundle tried to register using the User abstract class, but it seems like it uses directly the UserOne class by default.

Thanks !