Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@morrislaptop
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morrislaptop/2d35f41e32dd80da0b8a to your computer and use it in GitHub Desktop.
Save morrislaptop/2d35f41e32dd80da0b8a to your computer and use it in GitHub Desktop.
/**
* Scopes
*
* @var string
*/
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_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';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment