false, 'error' => 'Use GET'], 405); } $o = read_store()['oauth'] ?? []; json_response([ 'ok' => true, 'facebookAppId' => (string)($o['facebookAppId'] ?? ''), 'facebookRedirectUri' => (string)($o['facebookRedirectUri'] ?? ''), 'googleClientId' => (string)($o['googleClientId'] ?? ''), 'googleRedirectUri' => (string)($o['googleRedirectUri'] ?? ''), ]);