如何使用Redd gem通过fullname获取Reddit提交?

时间:2016-09-13 12:06:27

标签: ruby reddit

我正在尝试使用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

我该怎么做?

1 个答案:

答案 0 :(得分:0)

您需要在r.authorize!之前致电r.from_fullname