Subject: | Authentification Error (406 Not Acceptable) |
Date: | Mon, 19 Jan 2015 19:02:25 +0100 |
To: | bug-WebService-Soundcloud [...] rt.cpan.org |
From: | Steffen Wirth <s.wirth [...] itbert.de> |
Hi,
I used following code for a while and it was working. Just a couple weeks
ago it stopped working and I get an 406 back:
my $scloud = WebService::Soundcloud->new($client_id, $client_secret,
{ username => $username, password => $password, response_format =>
'xml' }
);
# result when accessing get_access_token
Failed to fetch https://api.soundcloud.com/oauth2/token (406 Not
Acceptable) at /usr/share/perl5/site_perl/WebService/Soundcloud.pm line 802.
Seems to me that the autentification with username and password is not
working/allowed anymore, but please correct me if I am wrong.
Steffen