NAME

OAuth::Cmdline::Spotify - Spotify-specific OAuth oddities

SYNOPSIS

my $oauth = OAuth::Cmdline::Spotify->new( );
$oauth->access_token();

DESCRIPTION

This class overrides methods of OAuth::Cmdline to comply with Spotify's Web API.

LEGALESE

Copyright 2014 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2014, Mike Schilli <cpan@perlmeister.com>