2017 © Pedro Peláez
 

symfony-bundle facebook-bundle

This bundle provides a block service for using the Facebook API inside the sonata-project.

image

core23/facebook-bundle

This bundle provides a block service for using the Facebook API inside the sonata-project.

  • Saturday, July 14, 2018
  • by core23
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 11 % Grown

The README.md

FacebookBundle

Latest Stable Version Latest Unstable Version License, (*1)

Total Downloads Monthly Downloads Daily Downloads, (*2)

Continuous Integration Code Coverage, (*3)

This bundle adds some basic auth mechanisum for using the Facebook API inside symfony., (*4)

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*5)

composer require core23/facebook-bundle

Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:, (*6)

// config/bundles.php

return [
    // ...
    Core23\FacebookBundle\Core23FacebookBundle::class => ['all' => true],
];

Configure the Bundle

Create a configuration file called core23_facebook.yaml:, (*7)

# config/packages/core23_facebook.yaml

core23_facebook:
    api:
        field:       'app_id'
        class:       'app_secret'
        permissions: ['public_profile', 'user_likes']

License

This bundle is under the MIT license., (*8)

The Versions