aboutsummaryrefslogtreecommitdiffstats
path: root/addon
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-23 16:39:21 -0800
committerFriendika <info@friendika.com>2011-02-23 16:39:21 -0800
commit352fef6208184d0609d3305010c5d74dd5e4c720 (patch)
treea5fa4d0355f2942d1cb2e2be61b9073c6da3a7d5 /addon
parent755c2245e8184ceee2ba3382e4f60143da31e6df (diff)
downloadvolse-hubzilla-352fef6208184d0609d3305010c5d74dd5e4c720.tar.gz
volse-hubzilla-352fef6208184d0609d3305010c5d74dd5e4c720.tar.bz2
volse-hubzilla-352fef6208184d0609d3305010c5d74dd5e4c720.zip
provide privacy policy url as mandated for Facebook apps (how bloody ironic)
Diffstat (limited to 'addon')
-rw-r--r--addon/facebook/facebook.php13
1 files changed, 10 insertions, 3 deletions
diff --git a/addon/facebook/facebook.php b/addon/facebook/facebook.php
index 119c2102e..e989c90ea 100644
--- a/addon/facebook/facebook.php
+++ b/addon/facebook/facebook.php
@@ -7,10 +7,17 @@
* view a page on your site, then add it back to the list. This will reset
* all of the plugin 'hooks'.
*
- * 1. register an API key from developer.facebook.com
+ * 1. register an API key for your site from developer.facebook.com
* a. We'd be very happy if you include "Friendika" in the application name
- * to increase name recognition.
- * b. The url should be your site URL with a trailing slash
+ * to increase name recognition. The Friendika icons are also present
+ * in the images directory and may be uploaded as a Facebook app icon.
+ * Use images/ff-16.jpg for the Icon and images/ff-128.jpg for the Logo.
+ * b. The url should be your site URL with a trailing slash.
+ * You may use http://portal.friendika.com/privacy as the privacy policy
+ * URL unless your site has different requirements, and
+ * http://portal.friendika.com as the Terms of Service URL unless
+ * you have different requirements. (Friendika is a software application
+ * and does not require Terms of Service, though your installation of it might).
* c. Set the following values in your .htconfig.php file
* $a->config['facebook']['appid'] = 'xxxxxxxxxxx';
* $a->config['facebook']['appsecret'] = 'xxxxxxxxxxxxxxx';