youshido/social-networks-bundle

支持GraphQL的Symfony社交网络Bundle

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

This package is not auto-updated.

Last update: 2024-09-17 10:32:50 UTC


README

提供对社交网络最常见的操作(包括登录)的访问

示例配置

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"