definition.yml 707 B

123456789101112131415161718192021222324252627282930
  1. key: facebook
  2. title: Facebook
  3. description: Facebook is an online social media and social networking service company.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/facebook.svg
  6. icon: /_assets/icons/ultraviolet-facebook.svg
  7. color: indigo
  8. website: https://facebook.com/
  9. isAvailable: true
  10. useForm: false
  11. scopes:
  12. - email
  13. props:
  14. clientId:
  15. type: String
  16. title: App ID
  17. hint: Application ID
  18. order: 1
  19. clientSecret:
  20. type: String
  21. title: App Secret
  22. hint: Application Secret
  23. sensitive: true
  24. order: 2
  25. refs:
  26. callbackUrl:
  27. title: Authorization Callback URL
  28. hint: The callback endpoint to input on Facebook.
  29. icon: back
  30. value: '{host}/login/{id}/callback'