Michael Wang

Results 1 issues of Michael Wang

If you're getting this error, it's possibly because of this line in the library (`Redd::APIClient`): ```ruby def connection super.auth("Bearer #{@access.access_token}") end ``` Basically it tries to access this field `access_token`...