clojure-twitter icon indicating copy to clipboard operation
clojure-twitter copied to clipboard

Multiple requests per oauth

Open ronslow opened this issue 14 years ago • 0 comments

Is it possible to make multiple requests to the Twitter APIs using a single OAuth token? Something along the lines of

(defn make-friends [ids] :description "ids is a list of twitter ids" (twitter/with-oauth oauth-consumer access-token access-token-secret (map twitter/create-friendship-to-id ids))

) Thanks Robert

ronslow avatar Jun 16 '11 13:06 ronslow