From 488650e377f19e8d77aa51884f35b8c7bde8f462 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 29 Mar 2015 00:25:39 +0100 Subject: [PATCH] fbpost: changed the facebook permissions to the current requirements --- fbpost/fbpost.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 .= '
';