class OmniAuth::Strategies::Fatsecret
Public Instance Methods
raw_info()
click to toggle source
# File lib/omniauth/strategies/fatsecret.rb, line 25 def raw_info @raw_info ||= MultiJson.decode(access_token.get('http://platform.fatsecret.com/rest/server.api?method=profile.get&format=json').body)['profile'] end