FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
322 stars 140 forks source link

expose options to be able to set server_url and app_url based on request #284

Open uwej711 opened 10 years ago

uwej711 commented 10 years ago

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.