From: Michael Vogel Date: Sat, 28 Mar 2015 23:25:39 +0000 (+0100) Subject: fbpost: changed the facebook permissions to the current requirements X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=488650e377f19e8d77aa51884f35b8c7bde8f462;p=friendica-addons.git fbpost: changed the facebook permissions to the current requirements --- diff --git a/fbpost/fbpost.php b/fbpost/fbpost.php index 9092c7d1..fe6bd290 100644 --- a/fbpost/fbpost.php +++ b/fbpost/fbpost.php @@ -248,9 +248,10 @@ function fbpost_content(&$a) { $o .= '
'; //read_stream,publish_stream,manage_pages,photo_upload,user_groups,offline_access + //export_stream,read_stream,publish_stream,manage_pages,photo_upload,user_groups,publish_actions,user_friends,share_item,video_upload,status_update - $o .= '' . t('Install Facebook Post connector for this account.') . ''; + $o .= '' . t('Install Facebook Post connector for this account.') . ''; $o .= '
'; } @@ -261,8 +262,10 @@ function fbpost_content(&$a) { $o .= '
'; - $o .= '' . t('Re-authenticate [This is necessary whenever your Facebook password is changed.]') . ''; + //export_stream,read_stream,publish_stream,manage_pages,photo_upload,user_groups,publish_actions,user_friends,share_item,video_upload,status_update + + $o .= '' . t('Re-authenticate [This is necessary whenever your Facebook password is changed.]') . ''; $o .= '
'; $o .= '
';