FOSFacebookBundle
FOSFacebookBundle copied to clipboard
NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
I try using newest dev versions but I'm not sure where exactly is problem but it happens when I enable and configure this bundle. While trying to clear cache using...
FacebookFactory defines create_user_if_not_exists as false and the FacebookProvider implementation in the docs has a **load**UserByUsername which **create** a new user if this does not exists and ignore the create_user_if_not_exists options....
Having just `Facebook` validation group ignores all rules not `Facebook`. I think the most common use case is when we want: - all validation rules to apply to Facebook users...
We are building a multisite facebook app so we need to be able to set the server_url and app_url based on some information stored in the database to generate the...
It is how I to handled issue #79 For test env we can use FOS\FacebookBundle\Facebook\FacebookSessionPersistenceProxy which will construct FOS\FacebookBundle\Facebook\FacebookSessionPersistence object when needed (so session will be started when needed).
This adds a function to return the Facebook login URL. This is handy if you are using the Javascript SDK but want a hard-coded href in place in case Javascript...