FOSFacebookBundle
FOSFacebookBundle copied to clipboard
expose options to be able to set server_url and app_url based on request
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 proper urls for the facebook login.
Without that change there is no way to set this as the options are only passed once in the constructor and are not accessible after.