class Picturelife::NotAuthenticatedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/picturelife/error.rb, line 16
    def initialize
      super <<-MSG.gsub(/^ {6}/, '')

        Send your User to `Picturelife.authorization_uri` and catch
        the access token from your `Picturelife.redirect_uri` like so:
          Picturelife.access_token(params[:code])
      MSG
    end