youshido/social-networks-bundle

Symfony Social Networks Bundle with GraphQL Support

v0.2.2 2017-05-18 20:24 UTC

This package is not auto-updated.

Last update: 2024-04-16 08:41:45 UTC


README

Provides access to the most common operations (including login) for Social Networks

Sample Configuration

social_networks:
  models:
    user: "AppBundle\\Document\\User"
    social_account: "AppBundle\\Document\\SocialAccount"
  web_host: "yourhost.dev"
  platform: "odm" # odm or orm
  networks:
    facebook:
      app_id: "APP_ID"
      app_secret: "APP_SECRET"
    twitter:
      api_key: "API_KEY"
      api_secret: "API_SECRET"