]> git.mxchange.org Git - friendica.git/blobdiff - doc/Installing-Connectors.md
Merge pull request #784 from annando/master
[friendica.git] / doc / Installing-Connectors.md
index 328e3b6c48b9fdef1615317cb8bacf39b8354c3e..83d6954e761e2b7455a741b2714b998dcac85c46 100644 (file)
@@ -100,20 +100,17 @@ b. The url should be your site URL with a trailing slash.
 
 You **may** be required to provide a privacy and/or terms of service URL.
 
-c. Set the following values in your .htconfig.php file
+c. Navigate to Set Web->Site URL & Domain -> Website Settings.  Set Site URL
+to yoursubdomain.yourdomain.com.  Set Site Domain to your yourdomain.com.
 
-```
-$a->config['facebook']['appid'] = 'xxxxxxxxxxx';
-$a->config['facebook']['appsecret'] = 'xxxxxxxxxxxxxxx';
-```
+d. Install the Facebook plugin on your Friendica site at 'admin/plugins'. You should then see a link for Facebook under 'Plugin Features' on the sidebar of the admin panel. Select that. 
 
-Replace with the settings Facebook gives you.
+e. Enter the App-ID and App Secret that Facebook gave you. Change any other settings as desired.
 
-d. Navigate to Set Web->Site URL & Domain -> Website Settings.  Set Site URL
-to yoursubdomain.yourdomain.com.  Set Site Domain to your yourdomain.com.
 
+On Friendica, each member who wishes to use the Facebook connector should visit the Facebook Settings section of their "Settings->Connector Settings" page, and click 'Install Facebook Connector'.
 
-On Friendica, visit the Facebook Settings section of the "Settings->Connector Settings" page. And click 'Install Facebook Connector'.
+Choose the appropriate settings for your usage and privacy requirements.
 
 This will ask you to login to Facebook and grant permission to the
 plugin to do its stuff. Allow it to do so.