You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are having an issue adding an additional Facebook account. Awhile back we had previously successfully created the app on the Facebook side and configured the provider and added 2 different Facebook accounts (which we were invited in as Admins). All has worked as expected. We are now trying to add a third account, so we think all we need to do is be invited in as an "admin" to this additional account, which we have, and then just go add the new account with the page id. But we get this when trying to "connect".
2024-12-30 15:35:07 [ERROR] Couldn’t connect to Facebook Required parameter not passed: "code" - /public_html/releases/154553401c13ec0cfc8716252e5642dcd63d143d/vendor/league/oauth2-client/src/Tool/RequiredParameterTrait.php: 35.
2024-12-30 15:35:07 [ERROR] Facebook Response: Required parameter not passed: "code"
2024-12-30 15:35:07 [INFO] Request context:
$_GET = [
'p' => 'admin/actions/social-poster/accounts/connect'
'accountId' => '9'
'error_code' => '100'
'error_message' => 'Invalid Scopes: publish_to_groups. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions'
]
$_POST = []
Thanks!
Steps to reproduce
Facebook Provider was previously configured
Click "New Account"
Save
Connect
Craft CMS version
4.13.5
Plugin version
3.0.2
Multi-site?
No
Additional context
No response
The text was updated successfully, but these errors were encountered:
So that'll be due to Facebook removing publish_to_groups, which we addressed in 4.0.12, and I'll note that's a bit behind the 3.0.2 release you're on (which doesn't exist, so maybe a typo?)
Describe the bug
Hi there,
We are having an issue adding an additional Facebook account. Awhile back we had previously successfully created the app on the Facebook side and configured the provider and added 2 different Facebook accounts (which we were invited in as Admins). All has worked as expected. We are now trying to add a third account, so we think all we need to do is be invited in as an "admin" to this additional account, which we have, and then just go add the new account with the page id. But we get this when trying to "connect".
Thanks!
Steps to reproduce
Craft CMS version
4.13.5
Plugin version
3.0.2
Multi-site?
No
Additional context
No response
The text was updated successfully, but these errors were encountered: