Symfony authentication on oAuth with FOSUserBundle

facebook, fosuserbundle, oauth-2.0, symfony

Solution

I found this bundle https://github.com/hwi/HWIOAuthBundle/ It should solve my problem.

Problem

I'm using FOSUserBundle to authenticate users from database and now I want add authentication through oAuth services(like Facebook, Twitter and others). How to do this in best way?

Original source