From 3f44f94c3c3f0c3d46f5025854431f0d2825bb6c Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 15 May 2009 23:16:23 +0000 Subject: Basic Facebook Connect plugin --- config.php.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.php.sample') diff --git a/config.php.sample b/config.php.sample index 6d6a9b533..0e6bf0e5f 100644 --- a/config.php.sample +++ b/config.php.sample @@ -172,6 +172,10 @@ $config['sphinx']['port'] = 3312; #$config['facebook']['apikey'] = 'APIKEY'; #$config['facebook']['secret'] = 'SECRET'; +# Facebook Connect plugin (Needs valid APIKEY above) +#require_once(INSTALLDIR.'/plugins/FBConnect/FBConnectPlugin.php'); +#$fbc = new FBConnectPlugin(); + # Add Google Analytics # require_once('plugins/GoogleAnalyticsPlugin.php'); # $ga = new GoogleAnalyticsPlugin('your secret code'); -- cgit v1.2.3-54-g00ecf