]> git.mxchange.org Git - friendica.git/blobdiff - addon/facebook/README
begin invites, fb setup changes
[friendica.git] / addon / facebook / README
index 42ec01383cd2605c8d738a1ba75eda8b74772716..19c5948866f2bd535bdf31e9cd759282ba2afbcc 100644 (file)
@@ -15,6 +15,8 @@ Installing the Friendika/Facebook connector
         $a->config['facebook']['appid'] = 'xxxxxxxxxxx';
         $a->config['facebook']['appsecret'] = 'xxxxxxxxxxxxxxx';
      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.
 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.