This connector allows you to fetch social posts from Facebook.
"require" : {
"dachcom-digital/typo3-social-data-facebook-connector" : "~1.0.0",
}
Otherwise, the oauth connection won't work.
If you have any hints to allow processing an oauth connection within
strict
mode, please tell us.
$GLOBALS['TYPO3_CONF_VARS']['BE']['cookieSameSite'] = 'lax';
First, you need to create a facebook app.
- add Facebook Login product to your app
- enable OAuth login for web
- add
https://YOURDOMAIN/typo3/social-data/connector/facebook/connect-callback
to theValid OAuth Redirect URIs
.
Use facebook
as connector.
After filling out the connector configuration, save, and click on the "connect" button.
After confirming the modal, a popup opens which guides you through the facebook authentication process. If everything went fine, the connection setup is completed after the popup closes and the connector status displays "connected". Otherwise, an error message is shown.