Skip to content

Commit

Permalink
fix vk providers scopes.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinc committed Oct 28, 2014
1 parent 303e2bc commit a69145d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions providers/vk/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scope": {
"separator": ",",
"values": {
"notify": "The user allows receiving notifications.",
"notify": "User allowed to send notifications to him/her.",
"friends": "Access to friends.",
"photos": "Access to photos.",
"audio": "Access to audio files.",
Expand All @@ -44,12 +44,12 @@
"questions": "Access to questions (outdated methods).",
"wall": "Access to standard and advanced methods for working with the wall.",
"groups": "Access to user groups",
"stats": "Access to statistics of user groups and applications where he/she is an administrator.",
"messages": "(for Standalone applications) Access to advanced methods for working with messages.",
"notifications": "Access to the notifications",
"stats": "Statistics access to the user's groups and applications",
"offline": "Access to API at any time from an external server.",
"ads": "Access to advanced methods for Ads API."
"email": "User e-mail access. Available only for sites.",
"notifications": "Access to notifications about answers to the user.",
"stats": "Access to statistics of user groups and applications where he/she is an administrator.",
"ads": "Access to advanced methods for Ads API.",
"offline": "Access to API at any time from an external server."
}
}
}
Expand Down

0 comments on commit a69145d

Please sign in to comment.