You are here

social_auth_facebook.schema.yml in Social Auth Facebook 8.2

config/schema/social_auth_facebook.schema.yml

File

config/schema/social_auth_facebook.schema.yml
View source
  1. social_auth_facebook.settings:
  2. type: config_object
  3. label: 'Social Auth Facebook settings'
  4. mapping:
  5. app_id:
  6. type: string
  7. label: 'Application ID'
  8. app_secret:
  9. type: string
  10. label: 'App Secret'
  11. graph_version:
  12. type: string
  13. label: 'Facebook Graph API version'
  14. scopes:
  15. type: string
  16. label: 'Scopes to be requested'
  17. endpoints:
  18. type: string
  19. label: 'API Endpoints to be requested'