This plugin makes it easier to use the facebook platform in your symfony application add the module sfFacebook to settings.yml all: enabled_modules: [..., sfFacebook](default,) Define this route: sfFacebook: url: /facebook params: { module: sfFacebook, action: index } define in app.yml all: facebook: api_key: [facebook](from) api_secret: [facebook](from) callback_url: [callback url](your)