By salvatore bonfiglio on Tuesday, 17 May 2022
Posted in Technical Issues
Likes 0
Views 624
Votes 0
Hello,
I'm using Easyblog v 5.2.10 and my last attempt of Facebook token renewal failed because Facebook has deprecated old permissions "manage_pages" and "publish_pages" on May 2022.

Please i need to know which files changed, starting form Easyblog v.5.4.4, involving definition of "integrations_facebook_scope_permission" array, which now uses new permissions "pages_read_engagement" and "pages_manage_posts".
Have you save the permissions first before signing in?
·
Tuesday, 17 May 2022 18:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi salvatore,

I believe the main one is the following file. There are other files involved but they mostly regarding updated instructions/strings.
JoomlaFolder/administrator/components/com_easyblog/includes/themes/helpers/form.php
·
Tuesday, 17 May 2022 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
I edited form.php file with this line:


$scopes = array('pages_manage_posts', 'pages_read_engagement', 'pages_show_list' );


This changed permissions showed in FB autopost backend settings, but when i click "Sign in with Facebook" button i keep on getting this error:

"Invalid scopes : publish_pages, manage_pages ... "

see attached image

Hi salvatore,

I believe the main one is the following file. There are other files involved but they mostly regarding updated instructions/strings.
JoomlaFolder/administrator/components/com_easyblog/includes/themes/helpers/form.php
index.jpg
·
Tuesday, 17 May 2022 18:05
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you Raymond, i selected permissions and saved, than i logged successfully

Have you save the permissions first before signing in?
·
Tuesday, 17 May 2022 18:18
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome. Glad to know the login is successful.

Regards.
·
Tuesday, 17 May 2022 18:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post