social_auth_facebook.schema.yml in Social Auth Facebook 3.x
Same filename and directory in other branches
config/schema/social_auth_facebook.schema.yml
File
config/schema/social_auth_facebook.schema.ymlView source
- social_auth_facebook.settings:
- type: config_object
- label: 'Social Auth Facebook settings'
- mapping:
- app_id:
- type: string
- label: 'Application ID'
- app_secret:
- type: string
- label: 'App Secret'
- graph_version:
- type: string
- label: 'Facebook Graph API version'
- scopes:
- type: string
- label: 'Scopes to be requested'
- endpoints:
- type: string
- label: 'API Endpoints to be requested'