We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faf802 commit 3a1d9e6Copy full SHA for 3a1d9e6
src/twitter.clj
@@ -64,7 +64,8 @@ take any required and optional arguments and call the associated Twitter method.
64
*oauth-access-token-secret*
65
~req-method
66
req-uri#
67
- query-params#))]
+ (into {} (map (fn [[k# v#]] [k# (oauth/url-encode v#)]) query-params#))))]
68
+ ; (into {} (map (fn [k# v#] [k# (oauth/url-encode v#)]) query-params#))
69
(~handler (~(symbol "http" (name req-method))
70
71
:query (merge query-params#
0 commit comments