Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodge committed Jun 11, 2012
1 parent 556f50e commit e82d5d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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',
Expand Down
6 changes: 6 additions & 0 deletions README_RU.md
Expand Up @@ -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',
Expand Down

0 comments on commit e82d5d3

Please sign in to comment.