PHPackages                             dachcom-digital/social-data-facebook-connector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dachcom-digital/social-data-facebook-connector

ActivePimcore-social-data-connector-bundle[API Development](/categories/api)

dachcom-digital/social-data-facebook-connector
==============================================

Pimcore Social Data Facebook Connector

v3.2.1(1y ago)16.1kGPL-3.0-or-laterPHPCI failing

Since Oct 16Pushed 4mo ago6 watchersCompare

[ Source](https://github.com/dachcom-digital/pimcore-social-data-facebook-connector)[ Packagist](https://packagist.org/packages/dachcom-digital/social-data-facebook-connector)[ Docs](https://github.com/dachcom-digital/pimcore-social-data-facebook-connector)[ RSS](/packages/dachcom-digital-social-data-facebook-connector/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (8)Versions (12)Used By (0)

Pimcore Social Data - Facebook Connector
========================================

[](#pimcore-social-data---facebook-connector)

---

Important

This bundle will **not** be compatible with Pimcore 12 or any future Pimcore versions.

For all future development, updates, and documentation, please refer to [opendxp.io](https://www.opendxp.io):

- Access the latest info here:
- Migration of Dachcom Digital Bundles:

**Note:** We are open to partnerships for those interested in porting this bundle to future versions.

For inquiries, please contact:

---

[![Software License](https://camo.githubusercontent.com/cad8c16a3d580a69d8923c98d8de25d21cb00fa54fa60a856a8e1ca657f79db4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c76332d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Software License](https://camo.githubusercontent.com/e97037437574223b9032209d2ded216fae3bacdc9e5eeed04eb89f2b83a97ba7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d44434c2d77686974652e7376673f7374796c653d666c61742d73717561726526636f6c6f723d253233666635633563)](LICENSE.md)[![Latest Release](https://camo.githubusercontent.com/c0b8544d0ef90ec96af4fbf84120f742524ad9716e8da3e2c1527ae0fffd88a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616368636f6d2d6469676974616c2f736f6369616c2d646174612d66616365626f6f6b2d636f6e6e6563746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dachcom-digital/social-data-facebook-connector)[![Tests](https://camo.githubusercontent.com/62b7f339f046595fb6407ac8a46e58cbc5a2c86690536be54567ba103beb4ed8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d736f6369616c2d646174612d66616365626f6f6b2d636f6e6e6563746f722f2e6769746875622f776f726b666c6f77732f636f646563657074696f6e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d636f646563657074696f6e)](https://github.com/dachcom-digital/pimcore-social-data-facebook-connector/actions?query=workflow%3ACodeception+branch%3Amaster)[![PhpStan](https://camo.githubusercontent.com/d2e0d108419534727a71e8ab1be63955f7b938ddfa8e2fa81fa2e46cd817dc3c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64616368636f6d2d6469676974616c2f70696d636f72652d736f6369616c2d646174612d66616365626f6f6b2d636f6e6e6563746f722f2e6769746875622f776f726b666c6f77732f7068702d7374616e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265266c6f676f3d676974687562266c6162656c3d7068707374616e2532306c6576656c25323034)](https://github.com/dachcom-digital/pimcore-social-data-facebook-connector/actions?query=workflow%3A%22PHP+Stan%22+branch%3Amaster)

This Connector allows you to fetch social posts from Facebook.

[![image](https://user-images.githubusercontent.com/700119/94452916-5f51cb80-01b0-11eb-86b2-026d8b7ef6f7.png)](https://user-images.githubusercontent.com/700119/94452916-5f51cb80-01b0-11eb-86b2-026d8b7ef6f7.png)

### Release Plan

[](#release-plan)

ReleaseSupported Pimcore VersionsSupported Symfony VersionsRelease DateMaintainedBranch**3.x**`11.0``6.4`07.11.2023Feature Branchmaster**2.x**`10.1` - `10.6``5.4`05.01.2022Unsupported[2.x](https://github.com/dachcom-digital/pimcore-social-data-facebook-connector/tree/2.x)**1.x**`6.0` - `6.9``3.4`, `^4.4`22.10.2020Unsupported[1.x](https://github.com/dachcom-digital/pimcore-social-data-facebook-connector/tree/1.x)Installation
------------

[](#installation)

```
"require" : {
    "dachcom-digital/social-data" : "~3.1.0",
    "dachcom-digital/social-data-facebook-connector" : "~3.2.0"
}
```

Add Bundle to `bundles.php`:

```
return [
    SocialData\Connector\Facebook\SocialDataFacebookConnectorBundle::class => ['all' => true],
];
```

### Install Assets

[](#install-assets)

```
bin/console assets:install public --relative --symlink
```

Enable Connector
----------------

[](#enable-connector)

```
# config/packages/social_data.yaml
social_data:
    social_post_data_class: SocialPost
    available_connectors:
        -   connector_name: facebook
```

### Set Cookie SameSite to Lax

[](#set-cookie-samesite-to-lax)

Otherwise, the oauth connection won't work.

> If you have any hints to allow processing an oauth connection within `strict` mode, please [tell us](https://github.com/dachcom-digital/pimcore-social-data-facebook-connector/issues).

```
framework:
    session:
        cookie_samesite: 'lax'
```

Facebook Backoffice
-------------------

[](#facebook-backoffice)

First, you need to create a facebook app. Add `https://YOURDOMAIN/admin/social-data/connector/facebook/check` to the `Valid OAuth Redirect URIs` in facebook backoffice.

Connector Configuration
-----------------------

[](#connector-configuration)

[![image](https://user-images.githubusercontent.com/700119/94451768-164d4780-01af-11eb-9e52-3132ea02d714.png)](https://user-images.githubusercontent.com/700119/94451768-164d4780-01af-11eb-9e52-3132ea02d714.png)

Now head back to the backend (`System` =&gt; `Social Data` =&gt; `Connector Configuration`) and checkout the facebook tab.

- Click on `Install`
- Click on `Enable`
- Before you hit the `Connect` button, you need to fill you out the Connector Configuration. After that, click "Save".
- Click `Connect`

Connection
----------

[](#connection)

[![image](https://user-images.githubusercontent.com/700119/95068621-d1249a80-0705-11eb-8ebb-b3b15e5e832f.png)](https://user-images.githubusercontent.com/700119/95068621-d1249a80-0705-11eb-8ebb-b3b15e5e832f.png)

This will guide you through the facebook token generation. After hitting the "Connect" button, **a popup** will open to guide you through facebook authentication process. If everything worked out fine, the connection setup is complete after the popup closes. Otherwise, you'll receive an error message. You may then need to repeat the connection step.

Feed Configuration
------------------

[](#feed-configuration)

NameDescription`Page Id`Defines which page entries should be imported`Limit`Define a limit to restrict the amount of social posts to import (Default: 50)Extended Connector Configuration
--------------------------------

[](#extended-connector-configuration)

Normally you don't need to modify connector (`connector_config`) configuration, so most of the time you can skip this step. However, if you need to change some core setting of a connector, you're able to change them of course.

```
# config/packages/social_data.yaml
social_data:
    available_connectors:
        -   connector_name: facebook
            connector_config:
                api_connect_permission: ['pages_show_list'] # default value
```

---

Upgrade Info
------------

[](#upgrade-info)

Before updating, please [check our upgrade notes!](UPGRADE.md)

License
-------

[](#license)

**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
[dachcom.com](https://www.dachcom.com),
Copyright © 2025 DACHCOM.DIGITAL. All rights reserved.

For licensing details please visit [LICENSE.md](LICENSE.md)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance60

Regular maintenance activity

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~158 days

Recently: every ~148 days

Total

11

Last Release

500d ago

Major Versions

v1.0.0 → v2.0.02022-01-05

v1.1.0 → v2.1.12022-11-30

2.x-dev → v3.0.02023-11-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/700119?v=4)[Stefan Hagspiel](/maintainers/solverat)[@solverat](https://github.com/solverat)

---

Top Contributors

[![solverat](https://avatars.githubusercontent.com/u/700119?v=4)](https://github.com/solverat "solverat (36 commits)")[![pascalmoser](https://avatars.githubusercontent.com/u/7426193?v=4)](https://github.com/pascalmoser "pascalmoser (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

facebookpimcorepimcore-bundlesocial-datafacebookfeedsocialpimcoreSocial Wall

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dachcom-digital-social-data-facebook-connector/health.svg)

```
[![Health](https://phpackages.com/badges/dachcom-digital-social-data-facebook-connector/health.svg)](https://phpackages.com/packages/dachcom-digital-social-data-facebook-connector)
```

###  Alternatives

[pgrimaud/instagram-user-feed

This is a scraper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.

942667.7k5](/packages/pgrimaud-instagram-user-feed)[facebook/php-business-sdk

PHP SDK for Facebook Business

91624.2M37](/packages/facebook-php-business-sdk)[rezozero/mixedfeed

A PHP library to get social networks feeds and merge them

11131.3k](/packages/rezozero-mixedfeed)[gourmet/social-meta

Adds Facebook Open Graph and Twitter Cards support to CakePHP 3.x

265.2k](/packages/gourmet-social-meta)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1615.7k](/packages/pdir-social-feed-bundle)[mvo/contao-facebook-import

Facebook posts and events for Contao Open Source CMS

112.7k1](/packages/mvo-contao-facebook-import)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
