clj-facebook-graph icon indicating copy to clipboard operation
clj-facebook-graph copied to clipboard

read-json-from does not exist

Open theronic opened this issue 7 years ago • 0 comments

Required [clj-facebook-graph "0.4.0"], and got this:

(use 'clj-facebook-graph.auth)
=>  clojure.lang.Compiler$CompilerException: java.lang.IllegalAccessError: read-json-from does not exist, compiling:(clj_facebook_graph/helper.clj:1:1)
           java.lang.IllegalAccessError: read-json-from does not exist

theronic avatar Jun 30 '17 11:06 theronic