Michael Quinn

Results 2 issues of Michael Quinn

Replaced parse_str($response['result'], $info); with $info = $response['result']; in README authorization example. parse_str($response['result'], $info); causes a PHP warning that parse_str() expects an array, but $response['result'] is a string.

I modified the nextSlide method to allow for random slide order if the `random` option is set to `true`.