我正在尝试使用Redd gem(https://github.com/avinashbot/redd)来通过fullname提交:
r = Redd.it(:userless, 'client_id', 'secret_id', user_agent: 'comment streamer')
r.from_fullname('t3_52jtld')
但是得到错误:
NameError: uninitialized constant Redd::Response::ParseJson::JSONError
我该怎么做?
答案 0 :(得分:0)
您需要在r.authorize!
之前致电r.from_fullname