File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,14 @@ class Spotify extends AbstractService
2020 const SCOPE_PLAYLIST_MODIFY_PUBLIC = 'playlist-modify-public ' ;
2121 const SCOPE_PLAYLIST_MODIFY_PRIVATE = 'playlist-modify-private ' ;
2222 const SCOPE_PLAYLIST_READ_PRIVATE = 'playlist-read-private ' ;
23+ const SCOPE_PLAYLIST_READ_COLABORATIVE = 'playlist-read-collaborative ' ;
2324 const SCOPE_STREAMING = 'streaming ' ;
2425 const SCOPE_USER_LIBRARY_MODIFY = 'user-library-modify ' ;
2526 const SCOPE_USER_LIBRARY_READ = 'user-library-read ' ;
2627 const SCOPE_USER_READ_PRIVATE = 'user-read-private ' ;
2728 const SCOPE_USER_READ_EMAIL = 'user-read-email ' ;
29+ const SCOPE_USER_READ_BIRTHDAY = 'user-read-birthdate ' ;
30+ const SCOPE_USER_READ_FOLLOW = 'user-follow-read ' ;
2831
2932 public function __construct (
3033 CredentialsInterface $ credentials ,
You can’t perform that action at this time.
0 commit comments