]> git.mxchange.org Git - friendica-addons.git/blobdiff - facebook/README
jappixmini: do not annoy user by asking multiple times for authorization
[friendica-addons.git] / facebook / README
index 650ae1e34b3ddcbc74c8b8b673ac0d9fe75ab931..b68ba3da81e0094820adf08a227493bcf74ecc1d 100755 (executable)
@@ -20,6 +20,18 @@ Installing the Friendica/Facebook connector
    c) Click save.
    d) Finally, return to the Facebook settings page, and activate real-time updates.
 
+       i. If you for any reason prefer to use a configuration file instead of the admin panels, 
+           Activate the plugin by including it in .htconfig.php, e.g.
+           
+               $a->config['system']['addon'] = 'plugin1,plugin2,facebook';
+       
+           and set the following values:
+               $a->config['facebook']['appid'] = 'xxxxxxxxxxx';
+               $a->config['facebook']['appsecret'] = 'xxxxxxxxxxxxxxx';
+
+           Replace with the settings Facebook gives you.
+       
+
 3.    To use the Facebook plugin, visit the "connector settings" area of your settings
       page.  Click "Install Facebook Connector".  
 4.    This will ask you to login to Facebook and allow the plugin to do it's stuff.