![Picture of Francesco Salvi Picture of Francesco Salvi](/graphics/unknown.gif)
Francesco Salvi - 2016-05-29 14:32:41
Hello there,
first, thanks for the useful library.
I don't know if this has already been addressed, but I noticed that you cannot set a token_request_method other than the default value (GET), like in:
$client = new oauth_client_class;
$client->token_request_method = "POST";
In fact, during Initialize() (line 2410), it gets overwritten back to 'GET';
(The API I'm working with (Beatport) requires you to use POST instead of GET)