123456789101112131415161718192021222324252627282930 |
- key: facebook
- title: Facebook
- description: Facebook is an online social media and social networking service company.
- author: requarks.io
- logo: https://static.requarks.io/logo/facebook.svg
- icon: /_assets/icons/ultraviolet-facebook.svg
- color: indigo
- website: https://facebook.com/
- isAvailable: true
- useForm: false
- scopes:
- - email
- props:
- clientId:
- type: String
- title: App ID
- hint: Application ID
- order: 1
- clientSecret:
- type: String
- title: App Secret
- hint: Application Secret
- sensitive: true
- order: 2
- refs:
- callbackUrl:
- title: Authorization Callback URL
- hint: The callback endpoint to input on Facebook.
- icon: back
- value: '{host}/login/{id}/callback'
|