I am using Facebook integration for one of my symfony2 application. I have used FOSUserBundle and FOSFacebookUserBundle.
I can able to login through form in my application and user session was created. Same when I am using FB to login my application FB session created. Here I want to create my User session as like we do it via form_login.
Will FOSFacebookBundle providing any authentication or Do we need to write separate authentication provider for the same?
I have done all the setup what is given in FOsUserBUndle and FOSFacebookBundle.
Can anyone help me on this?