Example #1
0
 public function doGet($token)
 {
     $scrobbler = new AudioScrobbler();
     $scrobbler->login($token);
 }