definition.yml 519 B

1234567891011121314151617181920212223
  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. order: 2