You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: