class OmniAuth::Strategies::Pinterest
Public Instance Methods
raw_info()
click to toggle source
# File lib/omniauth/strategies/pinterest.rb, line 22 def raw_info @raw_info ||= access_token.get('/v1/me/').parsed['data'] end
request_phase()
click to toggle source
Calls superclass method
# File lib/omniauth/strategies/pinterest.rb, line 12 def request_phase options[:scope] ||= 'read_public' options[:response_type] ||= 'code' super end