Skip to content

Commit

Permalink
Merge pull request #447 from flavioheleno/original-lib
Browse files Browse the repository at this point in the history
New Spotify Scopes
  • Loading branch information
elliotchance committed Nov 17, 2015
2 parents f81b0f4 + 0d63049 commit d47849e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OAuth/OAuth2/Service/Spotify.php
Expand Up @@ -20,11 +20,14 @@ class Spotify extends AbstractService
const SCOPE_PLAYLIST_MODIFY_PUBLIC = 'playlist-modify-public';
const SCOPE_PLAYLIST_MODIFY_PRIVATE = 'playlist-modify-private';
const SCOPE_PLAYLIST_READ_PRIVATE = 'playlist-read-private';
const SCOPE_PLAYLIST_READ_COLABORATIVE = 'playlist-read-collaborative';
const SCOPE_STREAMING = 'streaming';
const SCOPE_USER_LIBRARY_MODIFY = 'user-library-modify';
const SCOPE_USER_LIBRARY_READ = 'user-library-read';
const SCOPE_USER_READ_PRIVATE = 'user-read-private';
const SCOPE_USER_READ_EMAIL = 'user-read-email';
const SCOPE_USER_READ_BIRTHDAY = 'user-read-birthdate';
const SCOPE_USER_READ_FOLLOW = 'user-follow-read';

public function __construct(
CredentialsInterface $credentials,
Expand Down

0 comments on commit d47849e

Please sign in to comment.