Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple requests per oauth #6

Open
ronslow opened this issue Jun 16, 2011 · 0 comments
Open

Multiple requests per oauth #6

ronslow opened this issue Jun 16, 2011 · 0 comments

Comments

@ronslow
Copy link

ronslow commented Jun 16, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant