Skip to content

Multiple requests per oauth #6

@ronslow

Description

@ronslow

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions