Friday, 27 September 2013

How to authenticate user with symfony and facebook

How to authenticate user with symfony and facebook

I was able to connect Symfony and Facebook API. I am getting all data that
I need including email.
I do not want to use ready to use solution (FOS or something like that) .
Once I got email from fb I am checking that email against db table with
doctrine and I am getting User object.
How can I authenticate that User object?
Give me some hints.

No comments:

Post a Comment