diff --git a/README.md b/README.md index bc3e833..7bce249 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,12 @@ The implementation of the authorization on your own server has several advantage 'client_id' => '...', 'client_secret' => '...', ), + 'live' => array( + // register your app here: https://manage.dev.live.com/Applications/Index + 'class' => 'LiveOAuthService', + 'client_id' => '...', + 'client_secret' => '...', + ), 'vkontakte' => array( // register your app here: http://vkontakte.ru/editapp?act=create&site=1 'class' => 'VKontakteOAuthService', diff --git a/README_RU.md b/README_RU.md index abe40d8..de28fd2 100644 --- a/README_RU.md +++ b/README_RU.md @@ -118,6 +118,12 @@ Yii EAuth extension 'client_id' => '...', 'client_secret' => '...', ), + 'live' => array( + // регистрация приложения: https://manage.dev.live.com/Applications/Index + 'class' => 'LiveOAuthService', + 'client_id' => '...', + 'client_secret' => '...', + ), 'vkontakte' => array( // регистрация приложения: http://vkontakte.ru/editapp?act=create&site=1 'class' => 'VKontakteOAuthService',