diff --git a/addon/facebook/facebook.php b/addon/facebook/facebook.php index 76b26003c1..91e68abd33 100644 --- a/addon/facebook/facebook.php +++ b/addon/facebook/facebook.php @@ -1,17 +1,13 @@ config['system']['addon'] = 'plugin1,plugin2,facebook'; - * 3. Visit the Facebook Settings from "Settings->Plugin Settings" page. + * 3. Visit the Facebook Settings section of the "Settings->Plugin Settings" page. * and click 'Install Facebook Connector'. * 4. This will ask you to login to Facebook and grant permission to the * plugin to do its stuff. Allow it to do so. - * 5. You're done. To turn it off visit your site's /facebook page again and + * 5. You're done. To turn it off visit the Plugin Settings page again and * 'Remove Facebook posting'. * - * Turn logging on (see the github Friendika wiki page 'Settings') and - * repeat these steps if you have trouble. * Vidoes and embeds will not be posted if there is no other content. Links - * and images will be converted to text and long posts truncated - with a link - * to view the full post. Posts with permission settings and comments will - * not be posted to Facebook. + * and images will be converted to a format suitable for the Facebook API and + * long posts truncated - with a link to view the full post. * + * Facebook contacts will not be able to view private photos, as they are not able to + * authenticate to your site to establish identity. We will address this + * in a future release. */ define('FACEBOOK_MAXPOSTLEN', 420);