Can you go back to version 3.7.0 and see if the problem persists?i was on 3.7.0, i delete it and then install 3.7.1
when i try to add my facebook app i got this error
i have those permissions on my app and it was working on 3.7.0
yes you are right.Can you go back to version 3.7.0 and see if the problem persists?
As far as I know it is because Facebook at the moment paused the individual verifications.
I look forward to your confirmation.
Resuming Individual Verification
In response to the coronavirus (COVID-19) outbreak, Facebook has been supporting the global public health community’s work.developers.facebook.com
Edit: You can search managed_pages and see if it appears in the permissions of your application.
If it does not appear, it is because your individual verification is paused.
If mine was verified long ago.yes you are right.
rolled back to 3.7.0 and same problem.
btw my app was verified long ago
what can i do now?
Did you put the url callback of your site in the application?FS Poster
There is 1 failed account(s).
ADD app Accounts twitter error:
HTTP 403 - Forbidden { "errors": [ {"code":415,"message":"Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings"}]}
About "There is 1 failed account (s)."FS Poster
There is 1 failed account(s).
ADD app Accounts twitter error:
HTTP 403 - Forbidden { "errors": [ {"code":415,"message":"Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings"}]}
Update Tables to 3.7.0 to 3.7.1 (If it is the first time that you install the plugin you do not need to do this)
ALTER TABLE wp_fs_accounts ADD `status` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_accounts ADD `error_msg` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_accounts ADD `last_check_time` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_feeds ADD `is_seen` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL
Update Tables to 3.7.0 to 3.7.1 (If it is the first time that you install the plugin you do not need to do this)
Execute SQL to PhpMyAdmin
Code:ALTER TABLE wp_fs_accounts ADD `status` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL; ALTER TABLE wp_fs_accounts ADD `error_msg` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL; ALTER TABLE wp_fs_accounts ADD `last_check_time` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL; ALTER TABLE wp_fs_feeds ADD `is_seen` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL
Remember to check the update steps.Thanks Work Like A Charm![]()
Remember to check the update steps.
I always leave them here after each update.
Regards.
Yes all information and video by tutorial documentationDid you upload the video indicated in the tutorial?
I just approved an application for a client successfully.
And for Facebook I am sorry to tell you that the verifications are paused until August averages due to the CORONAVIRUS issue and its lack of personnel, so I suggest you be patient and use the cookies method for as long as possible.Yes all information and video by tutorial documentation
Share and schedule not work with cookie after im close my browser..And for Facebook I am sorry to tell you that the verifications are paused until August averages due to the CORONAVIRUS issue and its lack of personnel, so I suggest you be patient and use the cookies method for as long as possible.
I already talked about this, try this.Share and schedule not work with cookie after im close my browser..
I will try.. btw thanks broI already talked about this, try this.
https://babiato.tech/threads/fs-poster-wordpress-auto-poster-scheduler.1739/post-190290