definition.yml 473 B

12345678910111213141516171819202122
  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. color: indigo
  7. website: https://facebook.com/
  8. isAvailable: true
  9. useForm: false
  10. scopes:
  11. - email
  12. props:
  13. clientId:
  14. type: String
  15. title: App ID
  16. hint: Application ID
  17. order: 1
  18. clientSecret:
  19. type: String
  20. title: App Secret
  21. hint: Application Secret
  22. order: 2