{"id":15080924,"url":"https://github.com/core23/facebookbundle","last_synced_at":"2025-10-05T13:30:28.776Z","repository":{"id":56957920,"uuid":"83161080","full_name":"core23/FacebookBundle","owner":"core23","description":"This bundle provides a block service for using the Facebook API inside the sonata-project.","archived":true,"fork":false,"pushed_at":"2020-06-22T06:05:50.000Z","size":264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-25T14:09:55.586Z","etag":null,"topics":["api","bundle","facebook","php","sonata","sonata-block","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"https://core23.de","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/core23.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null},"funding":{"github":"core23","open_collective":"core23","ko_fi":"core23","custom":"https://donate.core23.de"}},"created_at":"2017-02-25T20:37:29.000Z","updated_at":"2023-01-28T13:57:28.000Z","dependencies_parsed_at":"2022-08-21T04:40:24.098Z","dependency_job_id":null,"html_url":"https://github.com/core23/FacebookBundle","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core23%2FFacebookBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core23%2FFacebookBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core23%2FFacebookBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core23%2FFacebookBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/core23","download_url":"https://codeload.github.com/core23/FacebookBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235399012,"owners_count":18983814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bundle","facebook","php","sonata","sonata-block","symfony","symfony-bundle"],"created_at":"2024-09-25T05:33:28.093Z","updated_at":"2025-10-05T13:30:28.464Z","avatar_url":"https://github.com/core23.png","language":"PHP","funding_links":["https://github.com/sponsors/core23","https://opencollective.com/core23","https://ko-fi.com/core23","https://donate.core23.de"],"categories":[],"sub_categories":[],"readme":"FacebookBundle\n==============\n[![Latest Stable Version](https://poser.pugx.org/core23/facebook-bundle/v/stable)](https://packagist.org/packages/core23/facebook-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/core23/facebook-bundle/v/unstable)](https://packagist.org/packages/core23/facebook-bundle)\n[![License](https://poser.pugx.org/core23/facebook-bundle/license)](LICENSE.md)\n\n[![Total Downloads](https://poser.pugx.org/core23/facebook-bundle/downloads)](https://packagist.org/packages/core23/facebook-bundle)\n[![Monthly Downloads](https://poser.pugx.org/core23/facebook-bundle/d/monthly)](https://packagist.org/packages/core23/facebook-bundle)\n[![Daily Downloads](https://poser.pugx.org/core23/facebook-bundle/d/daily)](https://packagist.org/packages/core23/facebook-bundle)\n\n[![Continuous Integration](https://github.com/core23/FacebookBundle/workflows/Continuous%20Integration/badge.svg)](https://github.com/core23/FacebookBundle/actions)\n[![Code Coverage](https://codecov.io/gh/core23/FacebookBundle/branch/master/graph/badge.svg)](https://codecov.io/gh/core23/FacebookBundle)\n\nThis bundle adds some basic auth mechanisum for using the [Facebook API] inside symfony.\n\n## Installation\n\nOpen a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:\n\n```\ncomposer require core23/facebook-bundle\n```\n\n### Enable the Bundle\n\nThen, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:\n\n```php\n// config/bundles.php\n\nreturn [\n    // ...\n    Core23\\FacebookBundle\\Core23FacebookBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\n### Configure the Bundle\n\nCreate a configuration file called `core23_facebook.yaml`:\n\n```yaml\n# config/packages/core23_facebook.yaml\n\ncore23_facebook:\n    api:\n        field:       'app_id'\n        class:       'app_secret'\n        permissions: ['public_profile', 'user_likes']\n```\n\n## License\n\nThis bundle is under the [MIT license](LICENSE.md).\n\n[Facebook API]: https://developers.facebook.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcore23%2Ffacebookbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcore23%2Ffacebookbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcore23%2Ffacebookbundle/lists"}