13 lines
554 B
JSON
13 lines
554 B
JSON
{
|
|
"clientId": "Client ID",
|
|
"clientIdDescription": "Facebook App ID from Facebook Developers Console",
|
|
"clientSecret": "Client Secret",
|
|
"clientSecretDescription": "Facebook App Secret from Facebook Developers Console",
|
|
"enable": "Enable",
|
|
"enableDescription": "After enabling, users can sign in with their Facebook account",
|
|
"redirectUri": "Authorized redirect URI",
|
|
"redirectUriDescription": "The URL to which the user will be redirected after Facebook authentication",
|
|
"saveFailed": "Save failed",
|
|
"saveSuccess": "Save successful"
|
|
}
|