diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-09 07:21:10 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-09 07:21:10 +0200 |
commit | 54a77cd58589e8c73543360af1469151fb1a550c (patch) | |
tree | 86ab929a2981a8147656c2e6119c7f1e0e130c3e /vendor/OAuth/OAuth2/Service/Vkontakte.php | |
parent | 0d4b6525dd86f837eb9e931e48a92fc6a0033e11 (diff) |
Update dependencies
Diffstat (limited to 'vendor/OAuth/OAuth2/Service/Vkontakte.php')
-rwxr-xr-x | vendor/OAuth/OAuth2/Service/Vkontakte.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/OAuth/OAuth2/Service/Vkontakte.php b/vendor/OAuth/OAuth2/Service/Vkontakte.php index ddf7a8e6..4a7744ec 100755 --- a/vendor/OAuth/OAuth2/Service/Vkontakte.php +++ b/vendor/OAuth/OAuth2/Service/Vkontakte.php @@ -17,6 +17,7 @@ class Vkontakte extends AbstractService * * @link http://vk.com/dev/permissions */ + const SCOPE_EMAIL = 'email'; const SCOPE_NOTIFY = 'notify'; const SCOPE_FRIENDS = 'friends'; const SCOPE_PHOTOS = 'photos'; |