Method: Scrobbler::Auth#url
- Defined in:
- lib/scrobbler/auth.rb
#url(options = {}) ⇒ Object
39 40 41 42 43 |
# File 'lib/scrobbler/auth.rb', line 39 def url(={}) [:token] = token if [:token].nil? [:api_key] = @@api_key "http://www.last.fm/api/auth/?api_key=#{[:api_key]}&token=#{[:token]}" end |