definition.yml 473 Bytes
Newer Older
1 2
key: facebook
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/
Nick's avatar
Nick committed
8
isAvailable: true
9
useForm: false
Nick's avatar
Nick committed
10 11
scopes:
  - email
12
props:
13 14
  clientId:
    type: String
Nick's avatar
Nick committed
15 16
    title: App ID
    hint: Application ID
17 18 19
    order: 1
  clientSecret:
    type: String
Nick's avatar
Nick committed
20 21
    title: App Secret
    hint: Application Secret
22
    order: 2