class OmniAuth::Strategies::Spotify
Public Instance Methods
callback_url()
click to toggle source
Fix for: github.com/guilhermesad/rspotify/issues/189
# File lib/rspotify/oauth.rb, line 23 def callback_url full_host + script_name + callback_path end
raw_info()
click to toggle source
# File lib/rspotify/oauth.rb, line 18 def raw_info @raw_info ||= access_token.get('me').parsed end