You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be something wrong with the signature generation.
I get the following response with the generated URL:
{"error":13,"message":"Invalid method signature supplied","links":[]}
Also:
in line 96 SMKLastFMClient.m the base URL is not working for some reason i changed the line to:
NSString *URLString = [NSString stringWithFormat:@"http://www.last.fm/api/auth/?api_key=%@&token=%@", self.APIKey, token];
(this works fine)
The text was updated successfully, but these errors were encountered:
There seems to be something wrong with the signature generation.
I get the following response with the generated URL:
{"error":13,"message":"Invalid method signature supplied","links":[]}
Also:
in line 96 SMKLastFMClient.m the base URL is not working for some reason i changed the line to:
NSString *URLString = [NSString stringWithFormat:@"http://www.last.fm/api/auth/?api_key=%@&token=%@", self.APIKey, token];
(this works fine)
The text was updated successfully, but these errors were encountered: