From: Michael Vogel Date: Sun, 26 Apr 2015 12:42:04 +0000 (+0200) Subject: fbpost: The required permissions are changed to the new API. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e8d914b735841bac5187083e21556fe74844cb73;p=friendica-addons.git fbpost: The required permissions are changed to the new API. --- diff --git a/fbpost/fbpost.php b/fbpost/fbpost.php index 64a2332f..4c4eda91 100644 --- a/fbpost/fbpost.php +++ b/fbpost/fbpost.php @@ -251,7 +251,7 @@ function fbpost_content(&$a) { //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.') . ''; + . $a->get_baseurl() . '/fbpost/' . $a->user['nickname'] . '&scope=publish_actions,publish_pages,user_posts,user_photos,user_status,user_videos,manage_pages,user_managed_groups">' . t('Install Facebook Post connector for this account.') . ''; $o .= ''; } @@ -265,7 +265,7 @@ function fbpost_content(&$a) { //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.]') . ''; + . $a->get_baseurl() . '/fbpost/' . $a->user['nickname'] . '&scope=publish_actions,publish_pages,user_posts,user_photos,user_status,user_videos,manage_pages,user_managed_groups">' . t('Re-authenticate [This is necessary whenever your Facebook password is changed.]') . ''; $o .= ''; $o .= '
';