Skip to content

Commit

Permalink
Was discarding body in raw-oauth-request
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Patterson committed Sep 28, 2011
1 parent ab33b4c commit 8b67af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treajure/core.clj
Expand Up @@ -59,7 +59,7 @@
"Low level OAuth request function"
([oauth url] (raw-oauth-request oauth url "GET" nil false))
([oauth url method] (raw-oauth-request oauth url method nil false))
([oauth url method body] (raw-oauth-request oauth url method nil false))
([oauth url method body] (raw-oauth-request oauth url method body false))
([oauth url method body retry]
(when (:trace-messages @oauth)
(println (str "Sending OAuth " method
Expand Down

0 comments on commit 8b67af8

Please sign in to comment.