- Модуль: socialservices
- Путь к файлу: ~/bitrix/modules/socialservices/classes/general/dropbox.php
- Класс: CSocServDropboxAuth
- Вызов: CSocServDropboxAuth::GetSettings
public function GetSettings()
{
return array(
array("dropbox_appid", GetMessage("socserv_dropbox_client_id"), "", array("text", 40)),
array("dropbox_appsecret", GetMessage("socserv_dropbox_client_secret"), "", array("text", 40)),
array("note"=>GetMessage("socserv_dropbox_note", array('#URL#'=>CDropboxOAuthInterface::GetRedirectURI()))),
);
}