FriendsOfSymfony / FOSFacebookBundle

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

FOSFacebookBundle dont save user and login with fbid on username #255

Open cirovargas opened 11 years ago

cirovargas commented 11 years ago

Can help me

http://stackoverflow.com/questions/16341399/fosfacebookbundle-dont-save-user-and-login-with-fbid-on-username

ftassi commented 11 years ago

Question on stackoverflow has been removed, is this issue solved ?

cirovargas commented 11 years ago

No, I made a controller to register the user, I'm using only fosuserbundle now

ftassi commented 11 years ago

Ho the user is saved depends on the FacebookProvider that you have imlpemented in yout application. There is an example of a FacebookProvider in the documentation. If you are using the code from the doc you're storing facebook id as the username of your user.

You can change your FacebookProvider to store whatever you want in your user.