From b2becc7552b1c1ccd9f4a4b27df5afde4d6120e0 Mon Sep 17 00:00:00 2001 From: Leonard Date: Sun, 26 Feb 2012 21:38:01 +0100 Subject: [PATCH] Updated the Readme (and added the "Select how your app integrates with Facebook" section) --- facebook/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/facebook/README b/facebook/README index ee7e489b..9e381e7d 100755 --- a/facebook/README +++ b/facebook/README @@ -17,6 +17,8 @@ Installing the Friendica/Facebook connector Replace with the settings Facebook gives you. d. Navigate to Set Web->Site URL & Domain -> Website Settings. Set Site URL to yoursubdomain.yourdomain.com. Set Site Domain to your yourdomain.com. + e. Chose "Website" (the url should be your site URL with a trailing slash) in the + "Select how your app integrates with Facebook" section. 2. Enable the facebook plugin by including it in .htconfig.php - e.g. $a->config['system']['addon'] = 'plugin1,plugin2,facebook'; 3. Visit the Facebook Settings section of the "Settings->Plugin Settings" page.