Closed dmfutcher closed 5 years ago
Scrobbler::authenticate is deprecated as of v0.9.1, in favour of using authenticate_with_password, authenticate_with_token or authenticate_with_session_key.
Scrobbler::authenticate
authenticate_with_password
authenticate_with_token
authenticate_with_session_key
Version 1.0 feels like a good place to remove this old method.
Scrobbler::authenticate
is deprecated as of v0.9.1, in favour of usingauthenticate_with_password
,authenticate_with_token
orauthenticate_with_session_key
.Version 1.0 feels like a good place to remove this old method.